fix: add a bit of sleep

This commit is contained in:
2024-04-20 19:01:06 +02:00
parent b5983a23ca
commit d435b1c42a
+1
View File
@@ -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-