Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/custom_resource_explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ Another example with selectively described replicas. Note - `replicasCount` spec
with additional sections, such as:
1. `generateName`

**Important:** `serviceTemplates[].spec` is not merged with operator defaults; for ClickHouseKeeperInstallation replica host Services (`replicaServiceTemplate`), include `spec.publishNotReadyAddresses: true` when overriding `spec`.

**`generateName`** is used to explicitly specify service name to be created. `generateName` provides the following macro substitutions:
1. `{chi}` - ClickHouseInstallation name
2. `{chiID}` - short hashed ClickHouseInstallation name (BEWARE, this is an experimental feature)
Expand Down
Loading