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
|
|
@ -60,7 +60,12 @@ spec:
|
|||
securityContext: {{- toYaml .Values.notifications.containerSecurityContext | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.extraEnv }}
|
||||
env: {{ toYaml . | nindent 12 }}
|
||||
env:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.extraEnvFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: tls-certs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue