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