mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/cassandra] Add Existing Claim for PVC (#16667)
* [bitnami/cassandra] Add Existing Claim for PVC Signed-off-by: Robert de Veen <github@robertdeveen.com> * version: 10.4.0 Signed-off-by: Robert de Veen <rdeveen@users.noreply.github.com> --------- Signed-off-by: Robert de Veen <github@robertdeveen.com> Signed-off-by: Robert de Veen <rdeveen@users.noreply.github.com> Signed-off-by: R. de Veen <rdeveen@users.noreply.github.com>
This commit is contained in:
@@ -213,6 +213,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| Name | Description | Value |
|
||||
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
|
||||
| `persistence.enabled` | Enable Cassandra data persistence using PVC, use a Persistent Volume Claim, If false, use emptyDir | `true` |
|
||||
| `persistence.existingClaim` | Name of an existing PVC to use | `""` |
|
||||
| `persistence.storageClass` | PVC Storage Class for Cassandra data volume | `""` |
|
||||
| `persistence.commitStorageClass` | PVC Storage Class for Cassandra Commit Log volume | `""` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user