fix(quassel-core): Add db name (#1826)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: quassel-core
|
name: quassel-core
|
||||||
version: 0.0.19
|
version: 0.0.20
|
||||||
appVersion: "0.14.0"
|
appVersion: "0.14.0"
|
||||||
description: Quassel-core is a modern, cross-platform, distributed IRC client.
|
description: Quassel-core is a modern, cross-platform, distributed IRC client.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ podSecurityContext:
|
|||||||
env:
|
env:
|
||||||
PUID: 568
|
PUID: 568
|
||||||
DB_BACKEND: "PostgreSQL"
|
DB_BACKEND: "PostgreSQL"
|
||||||
DB_PGSQL_USERNAME: "quassel-core"
|
DB_PGSQL_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||||
|
DB_PGSQL_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||||
DB_PGSQL_PORT: 5432
|
DB_PGSQL_PORT: 5432
|
||||||
AUTH_AUTHENTICATOR: "Database"
|
AUTH_AUTHENTICATOR: "Database"
|
||||||
RUN_OPTS: "--config-from-environment"
|
RUN_OPTS: "--config-from-environment"
|
||||||
|
|||||||
Reference in New Issue
Block a user