feat(argo-cd): add support for envFrom (#743)
* feat: add support for envFrom Signed-off-by: Michał Czeraszkiewicz <contact@czerasz.com> * config: bump chart version Signed-off-by: Michał Czeraszkiewicz <contact@czerasz.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
60a42675cb
commit
083c46cf00
7 changed files with 55 additions and 1 deletions
|
|
@ -70,6 +70,9 @@ spec:
|
|||
{{- if .Values.controller.env }}
|
||||
env:
|
||||
{{- toYaml .Values.controller.env | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.envFrom }}
|
||||
envFrom: {{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue