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
volumeAttributes.mountPermissions | mounted folder permissions. The default is `0777` | | No |
22
22
23
23
### Tips
24
+
#### `subDir` parameter supports following pv/pvc metadata transform
25
+
> if `subDir` value contains following strings, it would transforms into corresponding pv/pvc name or namespace
26
+
-`${pvc.metadata.name}`
27
+
-`${pvc.metadata.namespace}`
28
+
-`${pv.metadata.name}`
29
+
24
30
#### provide `mountOptions` for `DeleteVolume`
25
31
> since `DeleteVolumeRequest` does not provide `mountOptions`, following is the workaround to provide `mountOptions` for `DeleteVolume`, check details [here](https://github.com/kubernetes-csi/csi-driver-nfs/issues/260)
0 commit comments