feat: add extraEnvs to helm chart to allow config override (#45)

Co-authored-by: Maxime de Streel <mst@escaux.com>
This commit is contained in:
madestreel
2026-05-15 15:36:44 +02:00
committed by GitHub
parent 5cc4b02114
commit c8337de3a8
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -81,6 +81,9 @@ spec:
key: admin-password
{{- end }}
{{- end }}
{{- if .Values.extraEnvs }}
{{- toYaml .Values.extraEnvs | nindent 8 }}
{{- end }}
{{- if .Values.livenessProbe.enabled }}
livenessProbe:
httpGet:
+2
View File
@@ -12,6 +12,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
extraEnvs: []
config:
server:
host: "0.0.0.0"