nfs-subdir-external-provisioner
nfs-subdir-external-provisioner copied to clipboard
nfs chart drops all capabilities which may cause deletion failure
We ran into an issue where root cannot delete files with the sticky bit set because CAP_FOWNER has been dropped. The PSP drops ALL capabilities.
Our simple fix was to still drop ALL capabilities but allow FOWNER (in PSP) and add the FOWNER capability in the values.
I can send a PR if this sounds resonable.