fix(argo-cd): Added missing envFrom for notifications-controller (#1512)
Signed-off-by: bakala <Sebastian.Bakala@tomtom.com>
This commit is contained in:
parent
c041c74464
commit
fb7b59e481
4 changed files with 18 additions and 3 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue