From 70110e4d45733c51d372d99aaab489120f41e3c5 Mon Sep 17 00:00:00 2001 From: "Chen, Zhi-Yuan" Date: Thu, 24 Oct 2024 17:58:26 +0900 Subject: [PATCH] Update operator.md (#5425) Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com> --- content/en/docs/kubernetes/helm/operator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/kubernetes/helm/operator.md b/content/en/docs/kubernetes/helm/operator.md index 39ec637131b1..aed4886dfffe 100644 --- a/content/en/docs/kubernetes/helm/operator.md +++ b/content/en/docs/kubernetes/helm/operator.md @@ -63,8 +63,8 @@ generate/configure the required TLS certificate. `.Values.admissionWebhooks.create` and `admissionWebhooks.certManager.enabled` while setting your custom cert secret name in `admissionWebhooks.secretName` - You can disable webhooks all together by disabling - `.Values.admissionWebhooks.create` and setting env var to - `ENABLE_WEBHOOKS: "false"` + `.Values.admissionWebhooks.create` and setting env var + `.Values.manager.env.ENABLE_WEBHOOKS` to `false` All the configuration options (with comments) available in the chart can be viewed in its