Add support for extraSecretEnvironmentVars and plain env: values #108

Closed
pat-s wants to merge 6 commits from extraSecretEnvironmentVars into main
Showing only changes of commit 745688dc66 - Show all commits

View file

@ -39,6 +39,10 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args: [ "serve" ]
env:
{{- range $key, $value := .Values.ntfy.env }}
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
{{- include "ntfy.extraSecretEnvironmentVars" .Values.ntfy | nindent 12 }}
envFrom:
- configMapRef: