From 9939db5afb54a7abdea8f5d5df81aad353cdbf38 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 6 Jun 2024 08:31:21 +0200 Subject: [PATCH] fix: fix vcluster chart name --- vcluster/create-vcluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcluster/create-vcluster.sh b/vcluster/create-vcluster.sh index 39b16a83..d8fac5f5 100755 --- a/vcluster/create-vcluster.sh +++ b/vcluster/create-vcluster.sh @@ -15,7 +15,7 @@ yq ".clusters[]|select(.name|contains(\"$name-vcluster\")).name" ~/.kube/config if [ $? = 0 ]; then $k get ns $ns >/dev/null 2>&1 || $k create ns $ns - helm template -n $ns $@ $name oceanbox/vcluster | $k apply -f - + helm template -n $ns $@ $name oceanbox/atlantis-vcluster | $k apply -f - echo "waiting for vcluster $name to appear... " while true; do