wiremind-helm-charts icon indicating copy to clipboard operation
wiremind-helm-charts copied to clipboard

fix: remove hardcoded default storageClassName

Open apgapg opened this issue 1 year ago • 0 comments

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.

apgapg avatar Feb 03 '24 17:02 apgapg