From 1af57ea5c1ab7d35c430762f127d58ff73d68fa6 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 5 Mar 2026 10:28:15 +0100 Subject: [PATCH] bootstrap main app --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) 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