Document storageClass.onDelete param for the helm chart

This commit is contained in:
mustache1up 2021-03-04 23:33:36 -03:00
parent 819f6d382d
commit a57db9a5a7
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ The following tables lists the configurable parameters of this chart and their d
| `storageClass.reclaimPolicy` | Method used to reclaim an obsoleted volume | `Delete` |
| `storageClass.provisionerName` | Name of the provisionerName | null |
| `storageClass.archiveOnDelete` | Archive pvc when deleting | `true` |
| `storageClass.onDelete` | Defines strategy on pvc deletion, overrides archiveOnDelete | null |
| `storageClass.pathPattern` | Specifies a template for the directory name | null |
| `storageClass.accessModes` | Set access mode for PV | `ReadWriteOnce` |
| `leaderElection.enabled` | Enables or disables leader election | `true` |