Skip to content

Commit

Permalink
Merge pull request #3308 from weaveworks/2018-08-08-fix-cri-socket-vo…
Browse files Browse the repository at this point in the history
…lume-name

Fix the CRI volumeMount name in the example manifest
  • Loading branch information
bboreham authored Aug 8, 2018
2 parents 701bed6 + 1a24894 commit 62a6838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cri/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
securityContext:
privileged: true
volumeMounts:
- name: crio-socket
- name: cri-socket
mountPath: /var/run/crio/crio.sock
- name: scope-plugins
mountPath: /var/run/scope/plugins
Expand Down

0 comments on commit 62a6838

Please sign in to comment.