Skip to content

Commit

Permalink
Update deploy/helm/fire/templates/deployments-statefulsets.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Simon <simon@swine.de>
  • Loading branch information
cyriltovena and simonswine committed Jul 19, 2022
1 parent d7e1c1f commit 867bfe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/helm/fire/templates/deployments-statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ spec:
{{- range $key, $value := $cfg.extraArgs }}
- "-{{ $key }}={{ $value }}"
{{- end }}
{{- with .Values.fire.extraEnvVars }}
env:
{{- range $key, $value := .Values.fire.extraEnvVars }}
{{- range $key, $value := . }}
- name: {{ $key }}
value: {{ $value }}
{{- end }}
{{- end }}
ports:
- name: {{ .Values.fire.service.port_name }}
containerPort: {{ .Values.fire.service.port }}
Expand Down

0 comments on commit 867bfe3

Please sign in to comment.