From 8c9f38a2572c11ec6b631cef23cafbe516f04976 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Sun, 25 Dec 2022 12:55:50 +0200 Subject: [PATCH] disabled notifications controller --- charts/argo-cd/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 707679c2..b0f47019 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -2259,7 +2259,7 @@ applicationSet: ## Notifications controller notifications: # -- Enable notifications controller - enabled: true + enabled: false # -- Notifications controller name string name: notifications-controller