feat: add envFromSecret
This commit is contained in:
parent
b9b35cb77d
commit
aca3d1f45d
1 changed files with 4 additions and 1 deletions
|
@ -31,6 +31,9 @@ metadata:
|
|||
value: /PATHPREFIX
|
||||
- name: PAPERLESS_STATIC_URL
|
||||
value: /PATHPREFIX/static/
|
||||
envFrom: &envFrom
|
||||
- secretRef:
|
||||
name: {{ .Values.envFromSecret }}
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
|
@ -45,4 +48,4 @@ metadata:
|
|||
volumes:
|
||||
- name: {{ include "paperless-ngx.fullname" . }}-server
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.persistence.existingClaim }}
|
||||
claimName: {{ .Values.persistence.existingClaim }}
|
||||
|
|
Loading…
Reference in a new issue