Handle multiple storage classes in Helm chart #4484
Labels
component/deployment
Helm chart, kubernetes templates and configuration Issues/PRs
enhancement
New feature or request
Describe the feature you'd like to have
The Helm chart currently supports the creation of one StorageClass. I think it could be useful to allow the creation of multiple storage classes, given that the chart already supports the configuration of various clusters (through the array in
csiConfig
).Eg. instead of:
we could have:
if no StorageClass should be created, or:
(I am partial to using maps instead of arrays as it makes it easier to add different items by providing multiple values files which are then merged).
What is the value to the end user? (why is it a priority?)
In my particular use case, I need a storage class for volumes that contain important data that needs to be included in backups, and another one for volumes that contain temporary data, or data that does not need to be backed up.
How will we know we have a good solution? (acceptance criteria)
The feature should work correctly and be clearly documented
The text was updated successfully, but these errors were encountered: