flux2-hub-spoke-example/hub/flux-system/kustomization.yaml
Stefan Prodan 85633b9f12
Add staging layout
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-04-10 01:07:06 +03:00

19 lines
517 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
labels:
- pairs:
toolkit.fluxcd.io/tenant: sre-team
patches:
- patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: --concurrent=20
- op: add
path: /spec/template/spec/containers/0/args/-
value: --requeue-dependency=5s
target:
kind: Deployment
name: "(kustomize-controller|helm-controller|source-controller)"