Skip to content

Commit 243b2f3

Browse files
rogercolleedugonmdbirnstiehltetianakravchenko
authored
Merge main into 8.16 branch (#49)
* k8s-otel: cert-manager integration information added * initial paragraphs order switched * code block indentation fixed * small structure changes to the cert-manager procedure * small structure changes to the cert-manager procedure * small structure changes to the cert-manager procedure * small structure changes to the cert-manager procedure * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * Update docs/kubernetes/operator/README.md Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> * onboarding introduction change * split k8sattributes/ecs processor: do not add any extra metadata Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add back name metadata Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * autoGenerateCert indented within admissionWebhooks --------- Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com> Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> Co-authored-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
1 parent 80b4e38 commit 243b2f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/kubernetes/operator/helm/values.yaml

+3-4
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)