Argocd - Add capabiility to set resource.exclustions from values.yaml (#126)
* Argocd - Add capability to set resource.exclutions on argocd-cm * Argocd - Bump helm chart version to 0.6.0 and fix wrong app version
This commit is contained in:
parent
c9524a4690
commit
c237709456
3 changed files with 13 additions and 2 deletions
|
|
@ -38,6 +38,10 @@ data:
|
|||
resource.customizations: |
|
||||
{{ toYaml .Values.config.resourceCustomizations | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.resourceExclusions }}
|
||||
resource.exclusions: |
|
||||
{{ toYaml .Values.config.resourceExclusions | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.configManagementPlugins }}
|
||||
configManagementPlugins: |
|
||||
{{ toYaml .Values.config.configManagementPlugins | indent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue