We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe7e4a commit ba68ff6Copy full SHA for ba68ff6
charts/nfs-subdir-external-provisioner/README.md
@@ -71,6 +71,7 @@ The following tables lists the configurable parameters of this chart and their d
71
| `nfs.path` | Basepath of the mount point to be used | `/nfs-storage` |
72
| `nfs.mountOptions` | Mount options (e.g. 'nfsvers=3') | null |
73
| `nfs.volumeName` | Volume name used inside the pods | `nfs-subdir-external-provisioner-root` |
74
+| `nfs.reclaimPolicy` | Reclaim policy for the main nfs volume used for subdir provisioning | `Retain` |
75
| `resources` | Resources required (e.g. CPU, memory) | `{}` |
76
| `rbac.create` | Use Role-based Access Control | `true` |
77
| `podSecurityPolicy.enabled` | Create & use Pod Security Policy resources | `false` |
0 commit comments