local-path-provisioner
local-path-provisioner copied to clipboard
Allow parameters block for StorageClass
Documentation around parameters block for storageClass - https://kubernetes.io/docs/concepts/storage/storage-classes/#parameters
For our use-case we wanted the volume to be of xfs file system and we were able to achieve it with this block -
parameters:
fsType: xfs
So, I am adding a way in helm chart to specify parameters block for the storageClass.