You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update operator version
* add support for service account creation
resolves#41
* Fixes logVolumeClaimTemplate usage
resolves#44
* allows for a cluster secret to be created or defined. Resolves#42
* [clickhouse] v0.2.6 version bump
| clickhouse.clusterSecret.enabled | bool | `false` | Whether to enable secure cluster communication |
138
+
| clickhouse.clusterSecret.value | string | `""` | Plaintext cluster secret value (not recommended for production) |
139
+
| clickhouse.clusterSecret.valueFrom | object | `{"secretKeyRef":{"key":"secret","name":""}}` | Reference to an existing Kubernetes secret containing the cluster secret |
140
+
| clickhouse.clusterSecret.valueFrom.secretKeyRef.key | string | `"secret"` | Key in the secret that contains the cluster secret value |
141
+
| clickhouse.clusterSecret.valueFrom.secretKeyRef.name | string | `""` | Name of the secret containing the cluster secret |
135
142
| clickhouse.defaultUser.allowExternalAccess | bool | `false` | Allow the default user to access ClickHouse from any IP. If set, will override `hostIP` to always be `0.0.0.0/0`. |
| clickhouse.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
173
+
| clickhouse.serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
174
+
| clickhouse.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
165
175
| clickhouse.shardsCount | int | `1` | number of shards. |
166
176
| clickhouse.zones | list | `[]` | |
167
177
| keeper.enabled | bool | `false` | Whether to enable Keeper. Required for replicated tables. |
0 commit comments