Skip to content

Commit c3e4627

Browse files
committed
chore: remove HOST_PROC_MOUNTINFO env override
1 parent 4b818a1 commit c3e4627

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ collectors:
192192
daemon:
193193
fullnameOverride: "opentelemetry-kube-stack-daemon"
194194
env:
195-
# Work around for open /mounts error: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35990
196-
- name: HOST_PROC_MOUNTINFO
197-
value: ""
198195
- name: ELASTIC_AGENT_OTEL
199196
value: '"true"'
200197
presets:

deploy/helm/edot-collector/kube-stack/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ collectors:
171171
daemon:
172172
fullnameOverride: "opentelemetry-kube-stack-daemon"
173173
env:
174-
# Work around for open /mounts error: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/35990
175-
- name: HOST_PROC_MOUNTINFO
176-
value: ""
177174
- name: ELASTIC_AGENT_OTEL
178175
value: '"true"'
179176
presets:

0 commit comments

Comments
 (0)