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:
@@ -379,6 +379,8 @@ questions:
|
||||
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{security}
|
||||
|
||||
- variable: advancedSecurity
|
||||
label: "Show Advanced Security Settings"
|
||||
group: "Security and Permissions"
|
||||
|
||||
@@ -22,7 +22,7 @@ env:
|
||||
SESSION_DRIVER: "redis"
|
||||
APP_NAME: "LinkAce"
|
||||
APP_ENV: "production"
|
||||
APP_TIMEZONE: "{{ .Values.env.TZ }}"
|
||||
APP_TIMEZONE: "{{ .Values.security.TZ }}"
|
||||
# User Envs
|
||||
APP_URL: "http://localhost"
|
||||
APP_DEBUG: false
|
||||
|
||||
Reference in New Issue
Block a user