899a9c0095
For truecharts: https://github.com/fluxcd/flux2/issues/4635
10 lines
269 B
YAML
10 lines
269 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
patches:
|
|
- patch: |
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/args/-
|
|
value: --helm-index-max-size=80000000
|
|
target:
|
|
kind: Deployment
|
|
name: "source-controller"
|