From c19ba9b26273765779f72b23cf9f9f3da84129bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20P=C3=A1dua?= Date: Tue, 30 Jul 2024 18:16:37 -0700 Subject: [PATCH] Fix: Flux Notification Controler Enable Notification Controller. Signed-off-by: Thiago Padua --- terraform-integrations/fluxcd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform-integrations/fluxcd.yaml b/terraform-integrations/fluxcd.yaml index 1a508a5..6ad5928 100644 --- a/terraform-integrations/fluxcd.yaml +++ b/terraform-integrations/fluxcd.yaml @@ -24,7 +24,7 @@ spec: kustomizeController: create: false notificationController: - create: false + create: true chart: flux2 destination: server: 'https://kubernetes.default.svc' @@ -34,4 +34,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true