You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Argo CD Notifications Controller Properties# Set the logging level. One of: debug|info|warn|error (default "info")notificationscontroller.log.level: "info"# Set the logging format. One of: text|json (default "text")notificationscontroller.log.format: "text"
Describe the bug
In the documentation, https://argo-cd.readthedocs.io/en/latest/operator-manual/argocd-cmd-params-cm-yaml/
it says that you can configure the notification controller via the ArgoCD params ConfigMap.
The Helm chart do set the environment variables:
The issue is that the Helm chart set these variables in the container arguments, which override the environment variables.
Related helm chart
argo-cd
Helm chart version
7.2.0, latest
To Reproduce
Expected behavior
The Helm chart should drop the configuration via the container arguments.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: