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 701e382 commit 1ac9271Copy full SHA for 1ac9271
hack/create-dev-cluster.sh
@@ -68,7 +68,7 @@ PULL_POLICY=IfNotPresent make modules docker-build docker-push
68
# TODO: add a check for AKS vs kind
69
if [ -v "${USE_AKS_MANAGEMENT_CLUSTER}" ]; then
70
PULL_POLICY=IfNotPresent make docker-push
71
-else
+fi
72
73
setup() {
74
echo "================ MAKE CLEAN ==============="
0 commit comments