From 3da01ced6b85bbd3dd125c3daa8908931416e7d2 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 12 May 2024 17:50:44 +0300 Subject: [PATCH] removed empty line --- .../templates/argocd-configs/argocd-notifications-cm.yaml | 1 - 1 file changed, 1 deletion(-) 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 d921402c..78320636 100644 --- a/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml +++ b/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml @@ -31,7 +31,6 @@ data: {{- with .Values.notifications.triggers }} {{- toYaml . | nindent 2 }} {{- end }} - {{- with .Values.cfNotifications.notifiers }} {{- toYaml . | nindent 2 }} {{- end }}