chore(apps): move envTpl to env (#1578)
This commit is contained in:
@@ -19,8 +19,6 @@ podSecurityContext:
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
|
||||
envTpl:
|
||||
DB_TYPE: postgres
|
||||
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||
|
||||
Reference in New Issue
Block a user