Skip to content

Commit 5ddf57c

Browse files
authored
Merge pull request #43 from rogercoll/filesystem_workaround
fix: add filesystem mountinfo workaround
2 parents 6c7e5d8 + 72e5c3e commit 5ddf57c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/kubernetes/operator/helm/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ collectors:
225225
cpu: 100m
226226
memory: 500Mi
227227
env:
228+
# Work around for open /mounts error: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35990
229+
- name: HOST_PROC_MOUNTINFO
230+
value: ""
228231
- name: ELASTIC_AGENT_OTEL
229232
value: '"true"'
230233
- name: ELASTIC_ENDPOINT

0 commit comments

Comments
 (0)