diff --git a/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml b/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml index 4af36e6bc..ddcce62b6 100644 --- a/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml +++ b/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml @@ -21,10 +21,10 @@ data: {{- with $notifiers }} {{- toYaml . | nindent 2 }} {{- end }} + {{- with $subscriptions }} subscriptions: | - {{- with $subscriptions }} - {{- toYaml . | nindent 4 }} - {{- end }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- with (merge .Values.notifications.templates .Values.codefresh.promotions.notifications.templates) }} {{- toYaml . | nindent 2 }} {{- end }}