Skip to content

Commit 14063d1

Browse files
committed
chore: temp disable until release has finished
Signed-off-by: Michael Fornaro <[email protected]>
1 parent c847d2f commit 14063d1

File tree

1 file changed

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

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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)