From cc9a58714f5b402fc8be2e3c60fc613203230b60 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 14 Mar 2022 22:27:54 +0700 Subject: [PATCH] refactor(bootstrap): do not wait for ApplicationSets Use the application wait script instead --- bootstrap/root/apply.sh | 5 ----- 1 file changed, 5 deletions(-) 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