chore(apps): move envTpl to env (#1578)
This commit is contained in:
@@ -23,8 +23,6 @@ env:
|
||||
APP_BASE_URL: https://joplin.domain
|
||||
# -- joplin-server listening port (same as Service port)
|
||||
APP_PORT: 22300
|
||||
|
||||
envTpl:
|
||||
DB_CLIENT: "pg"
|
||||
POSTGRES_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||
|
||||
Reference in New Issue
Block a user