Skip to content

Commit

Permalink
Merge pull request #102 from timothysc/mountfix
Browse files Browse the repository at this point in the history
Fixes the overlapping mount issue of plugins
  • Loading branch information
timothysc authored Oct 5, 2017
2 parents 481ce63 + 00e0a26 commit 29de647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ksonnet/components/20-pod.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ local conf = {
},
{
name: $.volumes[1].name,
mountPath: "/etc/sonobuoy/plugins.d",
mountPath: "/plugins.d",
},
{
name: $.volumes[2].name,
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
volumeMounts:
- mountPath: /etc/sonobuoy
name: sonobuoy-config-volume
- mountPath: /etc/sonobuoy/plugins.d
- mountPath: /plugins.d
name: sonobuoy-plugins-volume
- mountPath: /tmp/sonobuoy
name: output-volume
Expand Down

0 comments on commit 29de647

Please sign in to comment.