[bitnami/zookeeper] Add selector to pvc (#6505)

* [bitnami/zookeeper] Add selector for PVC

Add selector to Zookeeper data PVC and dataLogDir PVC

Signed-off-by: mmenbawy <elmenabawym@gmail.com>

* [bitnami/zookeeper] (values.yaml) Update doc string

* [bitnami/zookeeper] Apply suggestions

* [bitnami/zookeeper] Apply suggestions

* [bitnami/zookeeper] Apply suggestions
This commit is contained in:
Mostafa Elmenbawy
2021-06-08 11:49:05 +02:00
committed by GitHub
parent 29e30ed87a
commit a290ba8126
4 changed files with 25 additions and 1 deletions

View File

@@ -175,8 +175,10 @@ The following tables lists the configurable parameters of the ZooKeeper chart an
| `persistence.accessMode` | PVC Access Mode for ZooKeeper data volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for ZooKeeper data volume | `8Gi` |
| `persistence.annotations` | Annotations for the PVC | `{}` (evaluated as a template) |
| `persistence.selector` | Selector to match an existing Persistent Volume for Zookeeper's data PVC. If set, the PVC can't have a PV dynamically provisioned for it | `{}` (evaluated as a template) |
| `persistence.dataLogDir.size` | PVC Storage Request for ZooKeeper's Data log directory | `8Gi` |
| `persistence.dataLogDir.existingClaim` | Provide an existing `PersistentVolumeClaim` for Zookeeper's Data log directory | `nil` (evaluated as a template) |
| `persistence.dataLogDir.selector` | Selector to match an existing Persistent Volume for Zookeeper's Data log PVC. If set, the PVC can't have a PV dynamically provisioned for it | `{}` (evaluated as a template) |
### Volume Permissions parameters