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:
kfox1111
2023-03-15 12:55:07 -07:00
committed by GitHub
parent 9ccbd3c67f
commit 2e3f045826
3 changed files with 6 additions and 2 deletions
@@ -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