Skip to content

Commit

Permalink
Fix opentelemetry-operator helm install command (#4457)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <pcarter@fastmail.com>
flaviomrjr and cartermp authored May 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 22883e9 commit 0ea1d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/kubernetes/helm/operator.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm
helm install my-opentelemetry-operator open-telemetry/opentelemetry-operator \
--set "manager.collectorImage.repository=otel/opentelemetry-collector-k8s" \
--set admissionWebhooks.certManager.enabled=false \
--set admissionWebhooks.certManager.autoGenerateCert.enabled=true
--set admissionWebhooks.autoGenerateCert.enabled=true
```

This will install an OpenTelemetry Operator with a self-signed certificate and

0 comments on commit 0ea1d3d

Please sign in to comment.