Skip to content

Commit f0ca913

Browse files
committed
chore: re-add all patches
Signed-off-by: Michael Fornaro <[email protected]>
1 parent 4f55e7d commit f0ca913

File tree

1 file changed

+25
-25
lines changed
  • kubernetes/clusters/cluster-0/flux-system/flux-instance/app

1 file changed

+25
-25
lines changed

kubernetes/clusters/cluster-0/flux-system/flux-instance/app/values.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ instance:
99
- kustomize-controller
1010
- helm-controller
1111
- notification-controller
12-
# - source-watcher
12+
- source-watcher
1313
commonAnnotations:
1414
fluxcd.controlplane.io/reconcile: "enabled"
1515
fluxcd.controlplane.io/reconcileEvery: "1h"
@@ -121,27 +121,27 @@ instance:
121121
path: /spec/template/spec/containers/0/resources/limits/cpu
122122
target:
123123
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

Comments
 (0)