Skip to content

Commit 66be3e7

Browse files
authored
Merge pull request #69 from msau42/update-1.15-drivername
Update 1.15 deployment driver name
2 parents 7c724e3 + 454c638 commit 66be3e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/kubernetes-1.15/hostpath/csi-hostpath-plugin.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ spec:
6565
- name: hostpath
6666
image: quay.io/k8scsi/hostpathplugin:v1.1.0
6767
args:
68+
- "--drivername=hostpath.csi.k8s.io"
6869
- "--v=5"
6970
- "--endpoint=$(CSI_ENDPOINT)"
7071
- "--nodeid=$(KUBE_NODE_NAME)"

deploy/kubernetes-1.15/snapshotter/csi-hostpath-snapshotclass.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: snapshot.storage.k8s.io/v1alpha1
22
kind: VolumeSnapshotClass
33
metadata:
44
name: csi-hostpath-snapclass
5-
snapshotter: csi-hostpath
5+
snapshotter: hostpath.csi.k8s.io

0 commit comments

Comments
 (0)