diff --git a/scripts/labs/argocd/0-cluster.sh b/scripts/labs/argocd/0-cluster.sh index 690a045d40..2c3863d24b 100755 --- a/scripts/labs/argocd/0-cluster.sh +++ b/scripts/labs/argocd/0-cluster.sh @@ -8,7 +8,7 @@ kind delete cluster --name ${KIND_NAME:-argo} || true # CREATE CLUSTER -kind create cluster --name ${KIND_NAME:-argo} --image ${KIND_IMAGE:-kindest/node:v1.24.4} --config - <