stackspout/util/flux/source-controller-patch.yaml

21 lines
586 B
YAML
Raw Normal View History

# https://fluxcd.io/flux/installation/configuration/boostrap-customization/
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: # manifests generated during bootstrap
- gotk-components.yaml
- gotk-sync.yaml
patches:
- patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: --helm-index-max-size=80000000
- op: replace
path: /spec/template/spec/volumes/0
value:
name: temp
emptyDir:
medium: Memory
target:
kind: Deployment
name: "source-controller"