Fixed #570: YAML parse error in argocd-notifications/templates/secret.yaml (#573)

Signed-off-by: Vitaliy Fuks <vitaliyf@users.noreply.github.com>

Co-authored-by: Alexander Matyushentsev <Alexander_Matyushentsev@intuit.com>
This commit is contained in:
Vitaliy 2021-02-09 19:56:44 -05:00 committed by GitHub
parent 02c31ca071
commit e141b401fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -8,6 +8,6 @@ metadata:
type: Opaque
stringData:
{{- with .Values.secret.items }}
{{ toYaml . | indent 2 }}
{{ toYaml . | nindent 2 }}
{{- end }}
{{- end }}
{{- end }}