Closed as not planned
Description
I set a default storage class:
kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
minio and registry respect that. mysql does not. In the Bitnami Helm chart the option is:
global.storageClass
and by default its nil
When we render it down we might have to give it a value?