Skip to content

Commit 4e31f07

Browse files
committed
Change default hostpath driver name to hostpath.csi.k8s.io
1 parent 4b6fa4a commit 4e31f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
186186
configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc2" "hostpath driver"
187187
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path "hostpath repo"
188188
configvar CSI_PROW_DEPLOYMENT "" "deployment"
189-
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "csi-hostpath" "the driver (aka provisioner) name of the chosen hostpath driver"
189+
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "hostpath.csi.k8s.io" "the hostpath driver name"
190190

191191
# If CSI_PROW_HOSTPATH_CANARY is set (typically to "canary", but also
192192
# "1.0-canary"), then all image versions are replaced with that

0 commit comments

Comments
 (0)