db creds
This commit is contained in:
parent
d1d8371d92
commit
92bf99a618
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ data:
|
|||
DB_TYPE: "postgresdb"
|
||||
DB_POSTGRESDB_HOST: "customer1-pgdb-rw"
|
||||
DB_POSTGRESDB_PORT: "5432"
|
||||
DB_POSTGRESDB_DATABASE: "app"
|
||||
DB_POSTGRESDB_USER: "app"
|
||||
DB_POSTGRESDB_DATABASE: "n8n"
|
||||
DB_POSTGRESDB_USER: "customer1"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ spec:
|
|||
size: 5Gi
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: app
|
||||
owner: customer1
|
||||
database: n8n
|
||||
owner: customer1
|
||||
secret:
|
||||
name: customer1-db-credentials
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue