File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
183
183
#
184
184
# When no deploy script is found (nothing in `deploy` directory,
185
185
# 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"
187
187
configvar CSI_PROW_HOSTPATH_REPO https://github.com/kubernetes-csi/csi-driver-host-path " hostpath repo"
188
188
configvar CSI_PROW_DEPLOYMENT " " " deployment"
189
189
configvar CSI_PROW_HOSTPATH_DRIVER_NAME " hostpath.csi.k8s.io" " the hostpath driver name"
@@ -759,6 +759,8 @@ DriverInfo:
759
759
persistence: true
760
760
dataSource: true
761
761
multipods: true
762
+ nodeExpansion: true
763
+ controllerExpansion: true
762
764
EOF
763
765
}
764
766
You can’t perform that action at this time.
0 commit comments