fix(apps): Correctly map TZ variable (#2044)

This commit is contained in:
Stavros Kois
2022-03-06 20:08:58 +01:00
committed by GitHub
parent d3c54da74b
commit 61599da926
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ env:
FRACTION_PREF_DEFAULT: 0
COMMENT_PREF_DEFAULT: 1
SHOPPING_MIN_AUTOSYNC_INTERVAL: 5
TIMEZONE: "{{ .Values.security.TZ }}"
TIMEZONE: "{{ .Values.TZ }}"
DB_ENGINE: "django.db.backends.postgresql"
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"