@@ -9,7 +9,7 @@ instance:
9
9
- kustomize-controller
10
10
- helm-controller
11
11
- notification-controller
12
- # - source-watcher
12
+ - source-watcher
13
13
commonAnnotations :
14
14
fluxcd.controlplane.io/reconcile : " enabled"
15
15
fluxcd.controlplane.io/reconcileEvery : " 1h"
@@ -121,27 +121,27 @@ instance:
121
121
path: /spec/template/spec/containers/0/resources/limits/cpu
122
122
target:
123
123
kind: Deployment
124
- # # REQUIRED: Controller-level SOPS decryption
125
- # - patch: |
126
- # - op: add
127
- # path: /spec/template/spec/containers/0/args/-
128
- # value: --sops-age-secret=sops-age-secret
129
- # target:
130
- # kind: Deployment
131
- # name: kustomize-controller
132
- # # REQUIRED: Watch configmaps and secrets attached to HelmReleases and Kustomizations
133
- # - patch: |
134
- # - op: add
135
- # path: /spec/template/spec/containers/0/args/-
136
- # value: --watch-configs-label-selector=owner!=helm
137
- # target:
138
- # kind: Deployment
139
- # name: (helm-controller|kustomize-controller)
140
- # # REQUIRED: Cancel health checks on new Kustomizations revisions
141
- # - patch: |
142
- # - op: add
143
- # path: /spec/template/spec/containers/0/args/-
144
- # value: --feature-gates=CancelHealthCheckOnNewRevision=true
145
- # target:
146
- # kind: Deployment
147
- # name: kustomize-controller
124
+ # REQUIRED: Controller-level SOPS decryption
125
+ - patch : |
126
+ - op: add
127
+ path: /spec/template/spec/containers/0/args/-
128
+ value: --sops-age-secret=sops-age-secret
129
+ target:
130
+ kind: Deployment
131
+ name: kustomize-controller
132
+ # REQUIRED: Watch configmaps and secrets attached to HelmReleases and Kustomizations
133
+ - patch : |
134
+ - op: add
135
+ path: /spec/template/spec/containers/0/args/-
136
+ value: --watch-configs-label-selector=owner!=helm
137
+ target:
138
+ kind: Deployment
139
+ name: (helm-controller|kustomize-controller)
140
+ # REQUIRED: Cancel health checks on new Kustomizations revisions
141
+ - patch : |
142
+ - op: add
143
+ path: /spec/template/spec/containers/0/args/-
144
+ value: --feature-gates=CancelHealthCheckOnNewRevision=true
145
+ target:
146
+ kind: Deployment
147
+ name: kustomize-controller
0 commit comments