wiremind-helm-charts
wiremind-helm-charts copied to clipboard
fix: remove hardcoded default storageClassName
Problem
In historical statefulset we have a default storageClassName defined as "standard" which causes issues in some cloud providers like AKS which uses default.
Solution
This PR aims at replacing hardcoded value with empty quotes. This would cause it to use default storage class name.