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
|
value: /PATHPREFIX
|
||||||
- name: PAPERLESS_STATIC_URL
|
- name: PAPERLESS_STATIC_URL
|
||||||
value: /PATHPREFIX/static/
|
value: /PATHPREFIX/static/
|
||||||
|
envFrom: &envFrom
|
||||||
|
- secretRef:
|
||||||
|
name: {{ .Values.envFromSecret }}
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
|
Loading…
Reference in a new issue