refactor(bootstrap): do not wait for ApplicationSets

Use the application wait script instead
This commit is contained in:
Khue Doan 2022-03-14 22:27:54 +07:00
parent a7d3045150
commit cc9a58714f

View File

@ -9,8 +9,3 @@ helm template \
${extra_args} \
argocd . \
| kubectl apply -n argocd -f -
kubectl --namespace argocd wait --timeout=300s --for condition=ResourcesUpToDate \
applicationset/system \
applicationset/platform \
applicationset/apps