IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

Default storage classes to ODF classes if available #88

Closed nastacio closed 2 years ago

nastacio commented 2 years ago

Is your feature request related to a problem? Please describe. If a customer installs ODF on a cluster, it is natural to expect the customer to want to use ODF storage classes.

The current code sometimes favors storage classes that are native to a cloud (e.g. various ibm-file classes on ROKS.)

Describe the solution you'd like If ODF storage classes (with default names) are available in the cluster, favor those storage classes first.

Describe alternatives you've considered Manual overrides or additional configuration settings in the Argo Application objects.

Additional context Add any other context or screenshots about the feature request here.