Skip to content

Commit 832062e

Browse files
committed
Add webhook enable to values
1 parent 0496e22 commit 832062e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dist/chart/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ crd:
6666
# To disable metrics export set false, and ensure that the
6767
# ControllerManager argument "--metrics-bind-address=:8443" is removed.
6868
metrics:
69+
enable: false
70+
71+
# [WEBHOOKS]: Webhooks configuration
72+
# The following configuration is automatically generated from the manifests
73+
# generated by controller-gen. To update run 'make manifests' and
74+
# the edit command with the '--force' flag
75+
webhook:
6976
enable: true
7077

7178
# [PROMETHEUS]: To enable a ServiceMonitor to export metrics to Prometheus set true

0 commit comments

Comments
 (0)