helm
helm copied to clipboard
Add some parameters to change `volumeNamePrefix` with `csi-external-provisioner`
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