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 b525c61ebd - Show all commits

View file

@ -39,7 +39,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args: [ "serve" ]
env:
{{- include "ntfy.extraSecretEnvironmentVars" . | nindent 12 }}
{{- include "ntfy.extraSecretEnvironmentVars" .Values.ntfy | nindent 12 }}
envFrom:
- configMapRef:
name: {{ include "ntfy.fullname" . }}-env