mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/clickhouse] fix: typo for ClickHouse chart (#19187)
* fix: typo Signed-off-by: Tung Pun <htung.nht@gmail.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * chore: pump the chart version Signed-off-by: Tung Pun <htung.nht@gmail.com> --------- Signed-off-by: Tung Pun <htung.nht@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Fran de Paz Galán <fdepaz@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Fran de Paz Galán <fdepaz@vmware.com>
This commit is contained in:
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
|
||||
@@ -281,17 +281,17 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Persistence Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| --------------------------- | ---------------------------------------------------------------------- | ------------------- |
|
||||
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
|
||||
| `persistence.existingClaim` | Name of an existing PVC to use | `""` |
|
||||
| `persistence.storageClass` | Storage class of backing PVC | `""` |
|
||||
| `persistence.labels` | Persistent Volume Claim labels | `{}` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
| `persistence.accessModes` | Persistent Volume Access Modes | `["ReadWriteOnce"]` |
|
||||
| `persistence.size` | Size of data volume | `8Gi` |
|
||||
| `persistence.selector` | Selector to match an existing Persistent Volume for WordPress data PVC | `{}` |
|
||||
| `persistence.dataSource` | Custom PVC data source | `{}` |
|
||||
| Name | Description | Value |
|
||||
| --------------------------- | ----------------------------------------------------------------------- | ------------------- |
|
||||
| `persistence.enabled` | Enable persistence using Persistent Volume Claims | `true` |
|
||||
| `persistence.existingClaim` | Name of an existing PVC to use | `""` |
|
||||
| `persistence.storageClass` | Storage class of backing PVC | `""` |
|
||||
| `persistence.labels` | Persistent Volume Claim labels | `{}` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
| `persistence.accessModes` | Persistent Volume Access Modes | `["ReadWriteOnce"]` |
|
||||
| `persistence.size` | Size of data volume | `8Gi` |
|
||||
| `persistence.selector` | Selector to match an existing Persistent Volume for ClickHouse data PVC | `{}` |
|
||||
| `persistence.dataSource` | Custom PVC data source | `{}` |
|
||||
|
||||
### Init Container Parameters
|
||||
|
||||
|
||||
@@ -933,7 +933,7 @@ persistence:
|
||||
## @param persistence.size Size of data volume
|
||||
##
|
||||
size: 8Gi
|
||||
## @param persistence.selector Selector to match an existing Persistent Volume for WordPress data PVC
|
||||
## @param persistence.selector Selector to match an existing Persistent Volume for ClickHouse data PVC
|
||||
## If set, the PVC can't have a PV dynamically provisioned for it
|
||||
## E.g.
|
||||
## selector:
|
||||
@@ -1124,4 +1124,4 @@ zookeeper:
|
||||
replicaCount: 3
|
||||
service:
|
||||
ports:
|
||||
client: 2181
|
||||
client: 2181
|
||||
|
||||
Reference in New Issue
Block a user