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

Allow parameters block for StorageClass

Open mdfaizsiddiqui opened this issue 2 years ago • 5 comments

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.

mdfaizsiddiqui avatar Aug 16 '23 22:08 mdfaizsiddiqui