From d208bfd51a7c3ae3026bc955cd1b988c46724df8 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Sun, 25 Dec 2022 12:57:02 +0200 Subject: [PATCH] disabled notifications controller --- charts/argo-cd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 19d4e5c1..b71caef2 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -1010,7 +1010,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide | notifications.cm.create | bool | `true` | Whether helm chart creates controller config map | | notifications.containerSecurityContext | object | `{}` | Container Security Context | | notifications.context | object | `{}` | Define user-defined context | -| notifications.enabled | bool | `true` | Enable notifications controller | +| notifications.enabled | bool | `false` | Enable notifications controller | | notifications.extraArgs | list | `[]` | Extra arguments to provide to the controller | | notifications.extraEnv | list | `[]` | Additional container environment variables | | notifications.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the controller |