From d435b1c42ad0bf93dc8a9605a19e531916fce793 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 20 Apr 2024 19:01:06 +0200 Subject: [PATCH] fix: add a bit of sleep --- vcluster/create-vcluster.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vcluster/create-vcluster.sh b/vcluster/create-vcluster.sh index 7a039a97..3ac70198 100755 --- a/vcluster/create-vcluster.sh +++ b/vcluster/create-vcluster.sh @@ -27,5 +27,6 @@ helm template -n $ns $@ $name ./chart | $k apply -f - $k wait -n $ns --for=condition=ready pod -l app=vcluster kubectl --context $name-vcluster -n dapr-system wait pod --for=condition=ready -l app=dapr-operator +sleep 10 kubectl kustomize ../resources/atlantis/manifests/staging | kubectl --context $name-vcluster apply -f-