diff --git a/bootstrap.sh b/bootstrap.sh index 38a54d9..3ec16d4 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -39,6 +39,8 @@ ArgoCd() --namespace argocd --create-namespace \ --values infra/values/argocd-values.yaml \ --timeout 60s --atomic + + kubectl apply -f _app-of-apps.yaml -n argocd } Bootstrap