We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110d3d0 commit cd15eabCopy full SHA for cd15eab
deploy/kubernetes-distributed/deploy.sh
@@ -233,5 +233,5 @@ fi
233
# Create a test driver configuration in the place where the prow job
234
# expects it?
235
if [ "${CSI_PROW_TEST_DRIVER}" ]; then
236
- sed -e "s/capacity: true/capacity: ${have_csistoragecapacity}/" >"${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}"
237
fi
0 commit comments