Update charts/argocd-notifications/templates/configmap.yaml

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: Sergiy Gavrylenko <sgavrylenko@domovoy.org.ua>
This commit is contained in:
sgavrylenko 2021-05-10 21:22:19 +03:00 committed by Sergiy Gavrylenko
parent e11cc3bb05
commit bba336e6f9

View file

@ -8,9 +8,9 @@ metadata:
data: data:
context: | context: |
argocdUrl: {{ .Values.argocdUrl | quote }} argocdUrl: {{ .Values.argocdUrl | quote }}
{{- with .Values.context }} {{- with .Values.context }}
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
{{- with .Values.notifiers }} {{- with .Values.notifiers }}
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }} {{- end }}
@ -24,4 +24,4 @@ data:
{{- with .Values.triggers }} {{- with .Values.triggers }}
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }} {{- end }}
{{- end }} {{- end }}