feat(argocd-apps): Support Template Patch to ApplicationSet (#2549)
Signed-off-by: yu-croco <yu.croco@gmail.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
7c8fab5a7f
commit
fa85e824f0
4 changed files with 34 additions and 3 deletions
|
|
@ -157,6 +157,20 @@ applicationsets: []
|
|||
# syncPolicy:
|
||||
# # Set Application finalizer
|
||||
# preserveResourcesOnDeletion: false
|
||||
# # Templating is only available on string type
|
||||
# templatePatch: |
|
||||
# spec:
|
||||
# source:
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# {{- range $valueFile := .valueFiles }}
|
||||
# - {{ $valueFile }}
|
||||
# {{- end }}
|
||||
# {{- if .autoSync }}
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
# prune: {{ .prune }}
|
||||
# {{- end }}
|
||||
|
||||
# -- Deploy Argo CD Applications/ApplicationSets/Projects within this helm release
|
||||
# @default -- `[]` (See [values.yaml])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue