From c81c473b885d666e081e7fc53b53dc8d58168370 Mon Sep 17 00:00:00 2001 From: Vipin Menon Date: Wed, 5 Feb 2025 23:02:10 +0530 Subject: [PATCH] Update operator.md Correct the documentation for the property --- content/en/docs/platforms/kubernetes/helm/operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/platforms/kubernetes/helm/operator.md b/content/en/docs/platforms/kubernetes/helm/operator.md index ce32ed38a957..d9daf64d8f2a 100644 --- a/content/en/docs/platforms/kubernetes/helm/operator.md +++ b/content/en/docs/platforms/kubernetes/helm/operator.md @@ -42,7 +42,7 @@ generate/configure the required TLS certificate. - The easiest and default method is to install the [cert-manager](https://cert-manager.io/docs/) and set - `admissionWebhooks.certManager.create` to `true`. In this way, cert-manager + `admissionWebhooks.certManager.enabled` to `true`. In this way, cert-manager will generate a self-signed certificate. See [cert-manager installation](https://cert-manager.io/docs/installation/kubernetes/) for more details.