fix: enable fux notification controller (#24)
Signed-off-by: Thiago Padua <tgpadua@gmail.com>
This commit is contained in:
parent
ba99dc98ef
commit
004e4d8f6a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
- CreateNamespace=true
|
||||
|
|
Loading…
Reference in a new issue