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 ee87745 commit 9c0332aCopy full SHA for 9c0332a
vertical-pod-autoscaler/hack/run-e2e-locally.sh
@@ -90,7 +90,7 @@ kind load docker-image localhost:5001/write-metrics:dev
90
export FEATURE_GATES=""
91
export TEST_WITH_FEATURE_GATES_ENABLED=""
92
93
-if [ "${ENABLE_ALL_FEATURE_GATES:-}" == "yes" ] ; then
+if [ "${ENABLE_ALL_FEATURE_GATES:-}" == "true" ] ; then
94
export FEATURE_GATES='AllAlpha=true,AllBeta=true'
95
export TEST_WITH_FEATURE_GATES_ENABLED="true"
96
fi
0 commit comments