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
If no value for persistence.storageClass is provided, the helm chart references an empty ("") class. This leads to a PVC stuck in pending, because this classname can't be found.
Kubernetes docs state "If storageClassName is set to an empty string (‘’) in the PVC, no storage class will be used (i.e.; dynamic provisioning is disabled for this PVC)"