You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out, @doug62! Once merged, #44 will include a reference to persistence.storageClass in values.yaml. The value is documented (along with other customisations) in the chart README though :)
A helm install on a stack with more than 1 default storeage class produces an error - the following fix corrects it.
persistence:
size: "2Gi"
annotations: {}
storageClass: - this is a value that should be documented/included in values.yaml
The text was updated successfully, but these errors were encountered: