1
0
Fork 0

Add extraEnv support to Helm chart for custom environment variables

This commit is contained in:
Joao Gilberto Magalhaes 2026-06-25 21:32:53 -04:00
parent d3582ce1d0
commit 91da35650d
2 changed files with 16 additions and 1 deletions

View file

@ -99,3 +99,6 @@ spec:
{{- end }}
- name: EASYHAPROXY_STATUS_UPDATE_INTERVAL
value: {{ .Values.ingressStatus.updateInterval | quote }}
{{- with .Values.extraEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}