Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Dec 27, 2023
1 parent 335378e commit bf2bdb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/e2e/scenarios/scalability/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ if [[ "${CLOUD_PROVIDER}" == "aws" ]]; then
EOL
cat "${GOPATH}"/src/k8s.io/perf-tests/clusterloader2/testing/load/overrides.yaml
else
touch "${GOPATH}"/src/k8s.io/perf-tests/clusterloader2/testing/load/overrides.yaml
cat > "${GOPATH}"/src/k8s.io/perf-tests/clusterloader2/testing/load/overrides.yaml <<EOL
# setting a default value here to avoid an incorrect yaml file
CL2_ENABLE_PVS: true
EOL
fi

kubetest2 kops "${KUBETEST2_ARGS[@]}" \
Expand Down

0 comments on commit bf2bdb9

Please sign in to comment.