From 13b97976c59948acf9f36cb574757a126665359d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 22 Apr 2025 12:05:35 +0200 Subject: [PATCH] Added notification controller to bootstrap --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 8160716..5124afd 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -3,4 +3,4 @@ set -e set -u set -x -flux bootstrap git --url ssh://git@huizinga.dev/Dreaded_X/flux-infra --branch=master --path=clusters/titan.lan.huizinga.dev --components source-controller,kustomize-controller,helm-controller +flux bootstrap git --url ssh://git@huizinga.dev/Dreaded_X/flux-infra --branch=master --path=clusters/titan.lan.huizinga.dev --components source-controller,kustomize-controller,helm-controller,notification-controller