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:
|
kustomizeController:
|
||||||
create: false
|
create: false
|
||||||
notificationController:
|
notificationController:
|
||||||
create: false
|
create: true
|
||||||
chart: flux2
|
chart: flux2
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
@ -34,4 +34,4 @@ spec:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
Loading…
Reference in a new issue