From c4929e0973c1e5216734adb6b433a26c6aa27dfd Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 30 Nov 2025 05:47:51 +0100 Subject: [PATCH] Added flux bootstrap --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 7c650fb..f3819b2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -117,3 +117,7 @@ cilium-cli status --wait # echo "Running connectivity test..." # cilium-cli connectivity test --namespace-labels pod-security.kubernetes.io/enforce=privileged + +echo "Bootstrapping flux..." +flux bootstrap git --url ssh://git@huizinga.dev/infra/foundation --branch=main --path=clusters/${cluster_name} +flux check