Skip to content

Commit 02b3fce

Browse files
author
Jonathan Chauncey
committed
chore(manifest): comment out the env vars for HOST_PROC and HOST_SYS
1 parent fe127ad commit 02b3fce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

telegraf/manifests/deis-monitor-telegraf-daemon.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ spec:
2020
value: http://$(DEIS_MONITOR_INFLUXDB_SERVICE_HOST):$(DEIS_MONITOR_INFLUXDB_PORT_8086_TCP_PORT)
2121
- name: "KUBERNETES_DOCKER_ENDPOINT"
2222
value: "unix:///var/run/docker.sock"
23-
- name: "HOST_PROC"
24-
value: "/rootfs/proc"
25-
- name: "HOST_SYS"
26-
value: "/rootfs/sys"
23+
# - name: "HOST_PROC"
24+
# value: "/rootfs/proc"
25+
# - name: "HOST_SYS"
26+
# value: "/rootfs/sys"
2727
# volumeMounts:
2828
# - name: sysro
2929
# mountPath: /rootfs/sys

0 commit comments

Comments
 (0)