Skip to content

Commit e209230

Browse files
authored
Merge pull request #11 from Countly/clickhouse-credentiall-fix
Clickhouse credentiall fix
2 parents ae4fe80 + bafb65a commit e209230

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/SECRET-MANAGEMENT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
111114
The MongoDB password must match across two charts:
112115
- `countly.yaml` -> `secrets.mongodb.password`
113116
- `mongodb.yaml` -> `users.app.password`

environments/reference/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3338
4. Register your environment in `helmfile.yaml.gotmpl`:

0 commit comments

Comments
 (0)