[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:
R. de Veen
2023-05-22 12:48:01 +02:00
committed by GitHub
parent 99ebd2b762
commit ae2c43f139
4 changed files with 10 additions and 2 deletions

View File

@@ -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 | `{}` |