Skip to content

Commit

Permalink
fix: enable fux notification controller (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Padua <[email protected]>
  • Loading branch information
tgpadua authored Aug 1, 2024
1 parent ba99dc9 commit 004e4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-integrations/fluxcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
kustomizeController:
create: false
notificationController:
create: false
create: true
chart: flux2
destination:
server: 'https://kubernetes.default.svc'
Expand All @@ -34,4 +34,4 @@ spec:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- CreateNamespace=true

0 comments on commit 004e4d8

Please sign in to comment.