feat: add envFromSecret

This commit is contained in:
Tommy Skaug 2024-04-06 18:02:23 +02:00 committed by GitHub
parent b9b35cb77d
commit aca3d1f45d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,9 @@ metadata:
value: /PATHPREFIX
- name: PAPERLESS_STATIC_URL
value: /PATHPREFIX/static/
envFrom: &envFrom
- secretRef:
name: {{ .Values.envFromSecret }}
resources:
limits:
memory: "128Mi"