2024-04-26 14:16:34 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources:
|
2024-04-26 16:38:51 +00:00
|
|
|
- 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)"
|