fix(helm): wrong password for pg
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b9a9cdba73
commit
65ae0dcaf7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ fromVersion: "v1.10.0"
|
|||
postgresql: &postgres
|
||||
# For generating passwords
|
||||
# `openssl rand -hex 20`
|
||||
postgresqlPassword: "428b1c4b4b4cad3b80da"
|
||||
postgresqlPassword: "changeMePassword"
|
||||
postgresqlHost: "postgresql.db.svc.cluster.local"
|
||||
postgresqlPort: "5432"
|
||||
postgresqlUser: "postgres"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue