Skip to content

Commit

Permalink
Added MountPath in deploy/master/hostpath also and changed the hostpa…
Browse files Browse the repository at this point in the history
…th-plugin image version to canary
  • Loading branch information
aayushrangwala committed Apr 18, 2019
1 parent 96b6555 commit 90edc79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
hostNetwork: true
containers:
- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:canary
lifecycle:
preStop:
exec:
Expand All @@ -63,7 +63,7 @@ spec:
name: csi-data-dir

- name: hostpath
image: quay.io/k8scsi/hostpathplugin:v1.1.0-rc1
image: quay.io/k8scsi/hostpathplugin:canary
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 2 additions & 0 deletions deploy/master/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ spec:
- mountPath: /var/lib/kubelet/plugins
mountPropagation: Bidirectional
name: plugins-dir
- mountPath: /csi-data-dir
name: csi-data-dir

- name: liveness-probe
volumeMounts:
Expand Down

0 comments on commit 90edc79

Please sign in to comment.