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

@ -2269,6 +2269,14 @@ notifications:
# -- Additional container environment variables
extraEnv: []
# -- envFrom to pass to the controller
# @default -- `[]` (See [values.yaml])
extraEnvFrom: []
# - configMapRef:
# name: config-map-name
# - secretRef:
# name: secret-name
# -- List of extra mounts to add (normally used with extraVolumes)
extraVolumeMounts: []
# - mountPath: /tmp/foobar