File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ The ClickHouse password must be identical across three charts:
108108- ` clickhouse.yaml` -> `auth.defaultUserPassword.password`
109109- ` kafka.yaml` -> `kafkaConnect.clickhouse.password`
110110
111+ For External Secrets / Secret Manager, use one shared secret name for all three
112+ references by default, for example `acme-clickhouse-password`.
113+
111114The MongoDB password must match across two charts :
112115- ` countly.yaml` -> `secrets.mongodb.password`
113116- ` mongodb.yaml` -> `users.app.password`
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ This directory is a complete starting point for a new Countly deployment.
2828 - ` credentials-kafka.yaml ` → ` kafkaConnect.clickhouse.password `
2929 - ` image-pull-secrets.example.yaml ` → private registry pull secret manifests for ` countly ` and ` kafka `
3030
31+ Use one shared ClickHouse password value for:
32+ - Countly
33+ - ClickHouse default user
34+ - Kafka Connect
35+
3136 Or use ` secrets.example.yaml ` as a complete reference.
3237
33384 . Register your environment in ` helmfile.yaml.gotmpl ` :
You can’t perform that action at this time.
0 commit comments