Skip to content

Commit 59b1b57

Browse files
author
Jonathan Chauncey
committed
chore(telegraf): lost docker socket mount somewhere
1 parent 94a2ef4 commit 59b1b57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ spec:
2424
# value: "/rootfs/proc"
2525
# - name: "HOST_SYS"
2626
# value: "/rootfs/sys"
27-
# volumeMounts:
27+
volumeMounts:
28+
- mountPath: /var/run/docker.sock
29+
name: docker-socket
2830
# - name: sysro
2931
# mountPath: /rootfs/sys
3032
# readOnly: true

0 commit comments

Comments
 (0)