From 38ca39cfc9800111be5d61b7c18d6b07cd62a839 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 30 Nov 2025 05:47:51 +0100 Subject: [PATCH] feat: 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