Skip to content

Commit

Permalink
Merge pull request #69 from msau42/update-1.15-drivername
Browse files Browse the repository at this point in the history
Update 1.15 deployment driver name
  • Loading branch information
k8s-ci-robot authored Jul 12, 2019
2 parents 7c724e3 + 454c638 commit 66be3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
- name: hostpath
image: quay.io/k8scsi/hostpathplugin:v1.1.0
args:
- "--drivername=hostpath.csi.k8s.io"
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(KUBE_NODE_NAME)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: snapshot.storage.k8s.io/v1alpha1
kind: VolumeSnapshotClass
metadata:
name: csi-hostpath-snapclass
snapshotter: csi-hostpath
snapshotter: hostpath.csi.k8s.io

0 comments on commit 66be3e7

Please sign in to comment.