This commit is contained in:
Lukas Wöhrl 2023-03-20 23:08:46 +01:00
parent 164f97734b
commit bc92ba0d8d

View File

@ -61,7 +61,7 @@ const (
// "base" instead of "/base"
paramShare = "share"
paramSubDir = "subdir"
paramOnDelete = "onDelete"
paramOnDelete = "ondelete"
mountOptionsField = "mountoptions"
mountPermissionsField = "mountpermissions"
pvcNameKey = "csi.storage.k8s.io/pvc/name"