Skip to content

Commit

Permalink
chore: add the envFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamote committed Feb 27, 2024
1 parent 310b59f commit 02583b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/deployer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
image: "{{ .Values.image.repository }}"
command: {{ .Values.image.command }}
args: {{ .Values.image.args }}
{{- if .Values.envFrom }}
envFrom:
{{- toYaml .Values.envFrom | nindent 12 }}
{{- end }}
env:
{{- toYaml .Values.env | nindent 12 }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit 02583b7

Please sign in to comment.