helm icon indicating copy to clipboard operation
helm copied to clipboard

Add some parameters to change `volumeNamePrefix` with `csi-external-provisioner`

Open rockwyc992 opened this issue 2 years ago • 6 comments

Are there any method to change volumeNamePrefix for the new PV Name ? If there would be multiple Nutanix Volume to use, every PV Name are same with the prefix pvc- by default.

Maybe adding some args for csi-external-provisioner is a good idea. like below: https://github.com/nutanix/helm/blob/master/charts/nutanix-csi-storage/templates/ntnx-csi-controller-deployment.yaml#L44

And the default parameter to use for volumeNamePrefix like below: https://github.com/nutanix/csi-external-provisioner/blob/master/cmd/csi-provisioner/csi-provisioner.go#L62 https://github.com/nutanix/csi-external-provisioner/blob/master/pkg/controller/controller.go#L558

rockwyc992 avatar Nov 24 '22 17:11 rockwyc992