local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

feat: add support to set folderName on PVC

Open vvanouytsel opened this issue 1 year ago • 3 comments

This makes it possible to set a 'folderName' annotation on a PVC. When set, the name of the created folder on disk will no longer be '$persistentVolumeName_$persistentVolumeClaimNamespace_$persistentVolumeClaimName'. Instead it will be overriden by the value of 'folderName' in the annotation.

vvanouytsel avatar Dec 11 '23 13:12 vvanouytsel