Closed madalinignisca closed 11 months ago
@madalinignisca The nfs provisioner essentially deals with two storage classes, hence a bit different in that regard. The enabled
property you mention as equivalent to other openebs components is applicable for nfsProvisioner
section in the helm values.yaml
Is there any particular issue you are facing due to this? If yes, could you please provide more details.
The issue is that you don't have a property in the values file to disable creating the storage class.
In some automation scenarios, I want to create 2 or 3 storage classes myself and don't want this helm chart to create it's own default one.
My case is when we control what classes storage classes we create after to point to different have them use different storage classes for backend (example one on maya store and another one on the cloud provider provided one).
The default storage class this helm chart creates, either you have to ignore it, or if you edit it, gets overwriten on next update.
@madalinignisca I see. It's a convenience enhancement. Would you be able to create a PR to take care of this? Let me know if you can't, we'll have to mark it out as an item in some upcoming changelist.
The helm chart has no option to disable creation of the storage class. Would be nice to have this like all other OpenEBS components.