Skip to content

Commit

Permalink
fix: work around for open /mounts error
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Nov 5, 2024
1 parent 9523f68 commit ca3afbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/elastic-helm/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ securityContext:
runAsGroup: 0

extraEnvs:
# Work around for open /mounts error: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35990
- name: HOST_PROC_MOUNTINFO
value: ""
- name: ELASTIC_AGENT_OTEL
value: "true"
- name: ELASTIC_ENDPOINT
Expand Down

0 comments on commit ca3afbd

Please sign in to comment.