[bitnami/argo-cd] Add automountserviceAccount for notifications (#25561)

* [bitnami/argo-cd] Add automountserviceAccount for notifications

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
David Gomez
2024-05-06 17:57:46 +02:00
committed by GitHub
parent 37917b81d3
commit 8568db0ec0
4 changed files with 6 additions and 1 deletions

View File

@@ -525,6 +525,7 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `notifications.command` | Override default container command (useful when using custom images) | `[]` |
| `notifications.args` | Override default container args (useful when using custom images). | `[]` |
| `notifications.extraArgs` | Add extra arguments to the default arguments for the Argo CD notifications controller | `[]` |
| `notifications.automountServiceAccountToken` | Mount Service Account token in pod | `true` |
| `notifications.logFormat` | Format for the Argo CD notifications controller logs. Options: [text, json] | `text` |
| `notifications.logLevel` | Log level for the Argo CD notifications controller | `info` |
| `notifications.containerPorts.metrics` | Argo CD notifications controller metrics port number | `8085` |