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

@ -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