chore(apps): move envTpl to env (#1578)

This commit is contained in:
Stavros Kois
2021-12-19 23:53:28 +01:00
committed by GitHub
parent 8825239904
commit 6a4a9dd5ee
23 changed files with 19 additions and 72 deletions
-2
View File
@@ -22,8 +22,6 @@ env:
PAPERLESS_STATICDIR: "/static/"
PAPERLESS_CONSUMPTION_DIR: "/consume/"
PAPERLESS_MEDIA_ROOT: "/media/"
envTpl:
USERMAP_UID: "{{ .Values.env.PUID }}"
USERMAP_GID: "{{ .Values.env.PGID }}"
PAPERLESS_TIME_ZONE: "{{ .Values.env.TZ }}"