Files
edge-gitops/clusters/k3s-dgx/flux-system/kustomization.yaml
2026-05-05 11:15:49 -05:00

13 lines
372 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
patches:
- patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: --concurrency=20
target:
kind: Deployment
name: "(kustomize-controller|helm-controller|notification-controller|source-controller)"