fix: add a bit of sleep
This commit is contained in:
@@ -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-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user