From ab8c328aa734a475029932e81d3ae4034fef5bb3 Mon Sep 17 00:00:00 2001 From: shortsn Date: Tue, 17 Aug 2021 09:40:24 +0200 Subject: [PATCH] #871 adjustments according review comments Signed-off-by: shortsn --- charts/argocd-notifications/Chart.yaml | 1 - charts/argocd-notifications/templates/configmap.yaml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) 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 }}