From fa0b715efba8ca1482bdb25ef3bfd63a962ad4d6 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Mon, 9 Feb 2026 15:02:55 +0100 Subject: [PATCH] sh --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 95836a6..38a54d9 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,6 +14,7 @@ helminit=0 Bootstrap() { ArgoCd + Github } @@ -23,7 +24,7 @@ Bootstrap() Github() { echo "Installing secret..." - kubectl apply -f github.yaml + kubectl apply -f private/github.yaml } ############################################################