Skip to content

Commit 0affdf9

Browse files
authored
Merge pull request kubernetes-csi#33 from gnufied/enable-hostpath-expansion
Enable hostpath expansion
2 parents 6ecaa76 + 6208f6a commit 0affdf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prow.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
183183
#
184184
# When no deploy script is found (nothing in `deploy` directory,
185185
# CSI_PROW_HOSTPATH_REPO=none), nothing gets deployed.
186-
configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc2" "hostpath driver"
186+
configvar CSI_PROW_HOSTPATH_VERSION "v1.2.0-rc8" "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"
189189
configvar CSI_PROW_HOSTPATH_DRIVER_NAME "hostpath.csi.k8s.io" "the hostpath driver name"
@@ -759,6 +759,8 @@ DriverInfo:
759759
persistence: true
760760
dataSource: true
761761
multipods: true
762+
nodeExpansion: true
763+
controllerExpansion: true
762764
EOF
763765
}
764766

0 commit comments

Comments
 (0)