Make webhook fail policy configurable (#124)
This patch makes the webhook fail policy configurable. --------- Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -174,6 +174,9 @@ controllerManager:
|
||||
dnsNameTemplates: []
|
||||
# - '{{ index .PodMeta.Labels "app.kubernetes.io/name" }}.{{ .PodMeta.Namespace }}.svc.cluster.local'
|
||||
|
||||
validatingWebhookConfiguration:
|
||||
failurePolicy: Fail
|
||||
|
||||
telemetry:
|
||||
prometheus:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user