chore(helm): Adding empty password for clickhouse
So that it won't break existing installation. Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
93f27fe459
commit
356a4b2128
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ fromVersion: "v1.10.0"
|
|||
postgresql: &postgres
|
||||
# For generating passwords
|
||||
# `openssl rand -hex 20`
|
||||
postgresqlPassword: "changeMePassword"
|
||||
postgresqlPassword: "428b1c4b4b4cad3b80da"
|
||||
postgresqlHost: "postgresql.db.svc.cluster.local"
|
||||
postgresqlPort: "5432"
|
||||
postgresqlUser: "postgres"
|
||||
|
|
@ -22,7 +22,7 @@ clickhouse: &clickhouse
|
|||
enabled: false
|
||||
chHost: clickhouse-openreplay-clickhouse.db.svc.cluster.local
|
||||
username: default
|
||||
password: "changeMePassword"
|
||||
password: ""
|
||||
service:
|
||||
webPort: 9000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue