Skip to content

Commit 5206785

Browse files
committed
autoGenerateCert indented within admissionWebhooks
1 parent a79624b commit 5206785

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/kubernetes/operator/helm/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ opentelemetry-operator:
88
certManager:
99
enabled: false # For production environments, it is [recommended to use cert-manager for better security and scalability](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-operator#tls-certificate-requirement).
1010

11-
12-
autoGenerateCert:
13-
enabled: true # Enable/disable automatic certificate generation. Set to false if manually managing certificates.
14-
recreate: true # Force certificate regeneration on updates. Only applicable if autoGenerateCert.enabled is true.
11+
autoGenerateCert:
12+
enabled: true # Enable/disable automatic certificate generation. Set to false if manually managing certificates.
13+
recreate: true # Force certificate regeneration on updates. Only applicable if autoGenerateCert.enabled is true.
1514

1615
crds:
1716
create: true # Install the OpenTelemetry Operator CRDs.

0 commit comments

Comments
 (0)