fix(argo-cd): Quote clusterResources value to avoid invalid Secret manifest (#1160)

Signed-off-by: Matthias Lisin <ml@visu.li>
This commit is contained in:
Matthias Lisin 2022-03-06 16:53:46 +01:00 committed by GitHub
parent f985751bb2
commit 0a5422f20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ stringData:
{{- if .namespaces }}
namespaces: {{ .namespaces }}
{{- if .clusterResources }}
clusterResources: {{ .clusterResources }}
clusterResources: {{ .clusterResources | quote }}
{{- end }}
{{- end }}
config: |