Add extraEnv support to Helm chart for custom environment variables
This commit is contained in:
parent
d3582ce1d0
commit
91da35650d
2 changed files with 16 additions and 1 deletions
|
|
@ -99,3 +99,6 @@ spec:
|
|||
{{- end }}
|
||||
- name: EASYHAPROXY_STATUS_UPDATE_INTERVAL
|
||||
value: {{ .Values.ingressStatus.updateInterval | quote }}
|
||||
{{- with .Values.extraEnv }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue