Skip to content

Commit

Permalink
Merge pull request #48 from eedugon/values_cert_indent
Browse files Browse the repository at this point in the history
autoGenerateCert indented within admissionWebhooks
  • Loading branch information
eedugon authored Nov 7, 2024
2 parents a79624b + 5206785 commit 2277ed0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/kubernetes/operator/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ opentelemetry-operator:
certManager:
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).


autoGenerateCert:
enabled: true # Enable/disable automatic certificate generation. Set to false if manually managing certificates.
recreate: true # Force certificate regeneration on updates. Only applicable if autoGenerateCert.enabled is true.
autoGenerateCert:
enabled: true # Enable/disable automatic certificate generation. Set to false if manually managing certificates.
recreate: true # Force certificate regeneration on updates. Only applicable if autoGenerateCert.enabled is true.

crds:
create: true # Install the OpenTelemetry Operator CRDs.
Expand Down

0 comments on commit 2277ed0

Please sign in to comment.