Skip to content

Commit

Permalink
Merge pull request kubernetes#2249 from satnam6502/salt
Browse files Browse the repository at this point in the history
Make Docker container dirs writable for pos file
  • Loading branch information
bgrant0607 committed Nov 8, 2014
2 parents e81d69b + 9fac994 commit 6c70227
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cluster/saltbase/salt/fluentd-es/fluentd-es.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ containers:
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
- name: hosts
mountPath: /outerhost
readOnly: true
Expand Down
1 change: 0 additions & 1 deletion cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ containers:
volumeMounts:
- name: containers
mountPath: /var/lib/docker/containers
readOnly: true
volumes:
- name: containers
source:
Expand Down

0 comments on commit 6c70227

Please sign in to comment.