Skip to content

Commit

Permalink
Update operator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun-Arora authored and chalin committed May 1, 2024
1 parent d44256e commit e92f2b8
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
Expand Up @@ -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
Expand Down

0 comments on commit e92f2b8

Please sign in to comment.