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
@@ -12,7 +12,7 @@ podSecurityContext:
fsGroup: 1000
env:
GENERIC_TIMEZONE: "{{ .Values.security.TZ }}"
GENERIC_TIMEZONE: "{{ .Values.TZ }}"
DB_TYPE: "postgresdb"
DB_POSTGRESDB_USER: "{{ .Values.postgresql.postgresqlUsername }}"
DB_POSTGRESDB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"