mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/etcd] Add persistent volume claim selector (#3480)
This commit is contained in:
@@ -101,6 +101,7 @@ The following tables lists the configurable parameters of the etcd chart and the
|
||||
| `persistence.enabled` | Enable persistence using PVC | `true` |
|
||||
| `persistence.storageClass` | PVC Storage Class for etcd volume | `nil` |
|
||||
| `persistence.accessMode` | PVC Access Mode for etcd volume | `ReadWriteOnce` |
|
||||
| `persistence.selector` | PVC label selector for etcd volume | `{}` |
|
||||
| `persistence.size` | PVC Storage Request for etcd volume | `8Gi` |
|
||||
| `persistence.annotations` | Annotations for the PVC | `{}` |
|
||||
| `pdb.enabled` | Pod Disruption Budget toggle | `false` |
|
||||
|
||||
Reference in New Issue
Block a user