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
Copy file name to clipboardExpand all lines: bitnami/zookeeper/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,10 @@ The following tables lists the configurable parameters of the ZooKeeper chart an
175
175
|`persistence.accessMode`| PVC Access Mode for ZooKeeper data volume |`ReadWriteOnce`|
176
176
|`persistence.size`| PVC Storage Request for ZooKeeper data volume |`8Gi`|
177
177
|`persistence.annotations`| Annotations for the PVC |`{}` (evaluated as a template) |
178
+
|`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) |
178
179
|`persistence.dataLogDir.size`| PVC Storage Request for ZooKeeper's Data log directory |`8Gi`|
179
180
|`persistence.dataLogDir.existingClaim`| Provide an existing `PersistentVolumeClaim` for Zookeeper's Data log directory |`nil` (evaluated as a template) |
181
+
|`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) |
0 commit comments