From 0cea6adb970d05aabe39f81c505a9b72ac6a850c 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 7c650fb..8d196ce 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -117,3 +117,8 @@ 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 +flux check