Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/kubernetes-distributed/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ fi
# Create a test driver configuration in the place where the prow job
# expects it?
if [ "${CSI_PROW_TEST_DRIVER}" ]; then
cp "${BASE_DIR}/test-driver.yaml" "${CSI_PROW_TEST_DRIVER}"
sed -e "s/capacity: true/capacity: ${have_csistoragecapacity}/" >"${BASE_DIR}/test-driver.yaml" "${CSI_PROW_TEST_DRIVER}"
fi
3 changes: 3 additions & 0 deletions deploy/kubernetes-distributed/test-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ DriverInfo:
persistence: true
singleNodeVolume: true
topology: true
capacity: true # will be adapted by deploy.sh based on cluster support for CSIStorageCapacity
TopologyKeys:
- topology.hostpath.csi/node
InlineVolumes:
- shared: true