Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/SECRET-MANAGEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ The ClickHouse password must be identical across three charts:
- `clickhouse.yaml` -> `auth.defaultUserPassword.password`
- `kafka.yaml` -> `kafkaConnect.clickhouse.password`

For External Secrets / Secret Manager, use one shared secret name for all three
references by default, for example `acme-clickhouse-password`.

The MongoDB password must match across two charts:
- `countly.yaml` -> `secrets.mongodb.password`
- `mongodb.yaml` -> `users.app.password`
5 changes: 5 additions & 0 deletions environments/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ This directory is a complete starting point for a new Countly deployment.
- `credentials-kafka.yaml` → `kafkaConnect.clickhouse.password`
- `image-pull-secrets.example.yaml` → private registry pull secret manifests for `countly` and `kafka`

Use one shared ClickHouse password value for:
- Countly
- ClickHouse default user
- Kafka Connect

Or use `secrets.example.yaml` as a complete reference.

4. Register your environment in `helmfile.yaml.gotmpl`:
Expand Down
Loading