fix(Apps): BREAKING CHANGE Move some env-vars outside of env section (#2010)
* set TZ, PUID and UMASK differently * more fixes * this might be breaking so bump major * ensure PUID and UMASK references are updated * update test * fiz references
This commit is contained in:
@@ -20,8 +20,8 @@ service:
|
||||
|
||||
env:
|
||||
# Internal Envs
|
||||
TIMEZONE: "{{ .Values.env.TZ }}"
|
||||
PHP_TZ: "{{ .Values.env.TZ }}"
|
||||
TIMEZONE: "{{ .Values.security.TZ }}"
|
||||
PHP_TZ: "{{ .Values.security.TZ }}"
|
||||
DB_CONNECTION: "pgsql"
|
||||
DB_PORT: "5432"
|
||||
DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
|
||||
Reference in New Issue
Block a user