update .Values include

This commit is contained in:
pat-s 2024-07-15 18:49:21 +02:00
parent 49108fed46
commit b525c61ebd
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -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