overrides: raise source-controller max helm index size

For truecharts:
https://github.com/fluxcd/flux2/issues/4635
This commit is contained in:
xeruf 2024-04-03 17:53:21 +02:00
parent 60066c5024
commit 899a9c0095
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
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"