From e1f39299a3b8cdf26dd972d7ba1a183fa2a2390f 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..de911ea 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} \ + --components-extra=source-watcher