From fda9a9400ed36bc93d90aa58fc80a6621dfb48a6 Mon Sep 17 00:00:00 2001 From: Tomasz Prus Date: Mon, 6 Nov 2023 00:20:42 +0100 Subject: [PATCH] fix default value --- charts/opentelemetry-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opentelemetry-operator/values.yaml b/charts/opentelemetry-operator/values.yaml index 86e5436b8..21662ead0 100644 --- a/charts/opentelemetry-operator/values.yaml +++ b/charts/opentelemetry-operator/values.yaml @@ -224,7 +224,7 @@ admissionWebhooks: autoGenerateCert: enabled: true # If set to true, new webhook key/certificate is generated on helm upgrade. - recreate: false + recreate: true ## TLS Certificate Option 3: Use your own self-signed certificate. ## certManager and autoGenerateCert must be disabled and cert_file, key_file, and ca_file must be set.