diff --git a/bootstrap/root/apply.sh b/bootstrap/root/apply.sh index 2cabf0d3..0994b775 100755 --- a/bootstrap/root/apply.sh +++ b/bootstrap/root/apply.sh @@ -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