@@ -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