fix(argo-cd): Added missing envFrom for notifications-controller (#1512)

Signed-off-by: bakala <Sebastian.Bakala@tomtom.com>
This commit is contained in:
Sebastian Bąkała 2022-10-07 12:52:18 +02:00 committed by GitHub
parent c041c74464
commit fb7b59e481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View file

@ -953,6 +953,7 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
| notifications.enabled | bool | `true` | 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 |
| notifications.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes) |
| notifications.extraVolumes | list | `[]` | List of extra volumes to add |
| notifications.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the notifications controller |