We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8e68b commit 70110e4Copy full SHA for 70110e4
content/en/docs/kubernetes/helm/operator.md
@@ -63,8 +63,8 @@ generate/configure the required TLS certificate.
63
`.Values.admissionWebhooks.create` and `admissionWebhooks.certManager.enabled`
64
while setting your custom cert secret name in `admissionWebhooks.secretName`
65
- You can disable webhooks all together by disabling
66
- `.Values.admissionWebhooks.create` and setting env var to
67
- `ENABLE_WEBHOOKS: "false"`
+ `.Values.admissionWebhooks.create` and setting env var
+ `.Values.manager.env.ENABLE_WEBHOOKS` to `false`
68
69
All the configuration options (with comments) available in the chart can be
70
viewed in its
0 commit comments