You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: resources/kubernetes/operator/helm/values.yaml
+3-4
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,9 @@ opentelemetry-operator:
8
8
certManager:
9
9
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).
10
10
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.
15
14
16
15
crds:
17
16
create: true # Install the OpenTelemetry Operator CRDs.
0 commit comments