Skip to content

Commit

Permalink
docker socket and /dev should not be read-only in dameonset
Browse files Browse the repository at this point in the history
- these aren't read-only in any other examples
  • Loading branch information
agilgur5 committed Nov 3, 2017
1 parent ccea09b commit 964e9b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/k8s-using-daemonset/falco-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ spec:
volumeMounts:
- mountPath: /host/var/run/docker.sock
name: docker-socket
readOnly: true
- mountPath: /host/dev
name: dev-fs
readOnly: true
- mountPath: /host/proc
name: proc-fs
readOnly: true
Expand Down

0 comments on commit 964e9b2

Please sign in to comment.