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-