[bitnami/etcd] Add persistent volume claim selector (#3480)

This commit is contained in:
Leszek Buława
2020-08-21 10:58:16 +02:00
committed by GitHub
parent 6a61c079be
commit 0e10b5fa29
5 changed files with 13 additions and 1 deletions

View File

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