From d303a4e13e2bb8b3feeead6907a839da2285c2f5 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 12 May 2024 17:45:44 +0300 Subject: [PATCH] read values from `cf-notifications.context` as well (not used currently) --- .../templates/argocd-configs/argocd-notifications-cm.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 e6eb1c67..fefbd3a8 100644 --- a/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml +++ b/charts/argo-cd/templates/argocd-configs/argocd-notifications-cm.yaml @@ -12,6 +12,9 @@ data: {{- with .Values.notifications.context }} {{- toYaml . | nindent 4 }} {{- end }} + {{- with .Values.cf-notifications.context }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.notifications.notifiers }} {{- toYaml . | nindent 2 }} {{- end }}