mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fixup! 🚀 lldap
This commit is contained in:
@@ -19,8 +19,8 @@ spec:
|
||||
POSTGRES_ENABLED: "true"
|
||||
POSTGRES_DATABASE: &dbName bazarr
|
||||
POSTGRES_HOST: &dbHost postgres-rw.default.svc.cluster.local
|
||||
POSTGRES_USERNAME: &dbUser "{{ .POSTGRES_USERNAME }}"
|
||||
POSTGRES_PASSWORD: &dbPass "{{ .POSTGRES_PASSWORD }}"
|
||||
POSTGRES_USERNAME: &dbUser "{{ .POSTGRES_USER }}"
|
||||
POSTGRES_PASSWORD: &dbPass "{{ .POSTGRES_PASS }}"
|
||||
POSTGRES_PORT: "5432"
|
||||
# Postgres Init
|
||||
INIT_POSTGRES_DBNAME: *dbName
|
||||
|
Reference in New Issue
Block a user