21 lines
586 B
YAML
21 lines
586 B
YAML
# 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"
|