update .Values include
This commit is contained in:
parent
49108fed46
commit
b525c61ebd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ spec:
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
args: [ "serve" ]
|
args: [ "serve" ]
|
||||||
env:
|
env:
|
||||||
{{- include "ntfy.extraSecretEnvironmentVars" . | nindent 12 }}
|
{{- include "ntfy.extraSecretEnvironmentVars" .Values.ntfy | nindent 12 }}
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "ntfy.fullname" . }}-env
|
name: {{ include "ntfy.fullname" . }}-env
|
||||||
|
|
Loading…
Add table
Reference in a new issue