diff --git a/charts/argocd-notifications/Chart.yaml b/charts/argocd-notifications/Chart.yaml index 0d0f681a..8826bbb3 100644 --- a/charts/argocd-notifications/Chart.yaml +++ b/charts/argocd-notifications/Chart.yaml @@ -15,5 +15,4 @@ maintainers: - name: andyfeller annotations: artifacthub.io/changes: | - - "[Added]: Initialize Changelog" - "[Added]: Support of 'defaultTriggers'" \ No newline at end of file diff --git a/charts/argocd-notifications/templates/configmap.yaml b/charts/argocd-notifications/templates/configmap.yaml index f8cb2083..7d48d3ac 100644 --- a/charts/argocd-notifications/templates/configmap.yaml +++ b/charts/argocd-notifications/templates/configmap.yaml @@ -23,9 +23,7 @@ data: {{- end }} {{- with .Values.defaultTriggers }} defaultTriggers: | - {{- range . }} - - {{ . }} - {{- end }} + {{- toYaml . | nindent 4 }} {{- end }} {{- with .Values.triggers }} {{- toYaml . | nindent 2 }}