Add support for extraSecretEnvironmentVars
and plain env:
values #108
1 changed files with 2 additions and 3 deletions
|
@ -39,9 +39,8 @@ spec:
|
|||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args: [ "serve" ]
|
||||
env:
|
||||
{{- range $key, $value := .Values.ntfy.env }}
|
||||
- name: {{ $key }}
|
||||
value: {{ $value | quote }}
|
||||
{{- with .Values.ntfy.env }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- include "ntfy.extraSecretEnvironmentVars" .Values.ntfy | nindent 12 }}
|
||||
envFrom:
|
||||
|
|
Loading…
Add table
Reference in a new issue