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
K8s will use the default storageClass if left unspecified. However, using this chart requires the user to specify storageClass even if they just want to use the default.
I think this could be solved by guarding the storageClass import with if or .Values.storageClass .Values.global.storageClass
The text was updated successfully, but these errors were encountered:
K8s will use the default storageClass if left unspecified. However, using this chart requires the user to specify
storageClass
even if they just want to use the default.I think this could be solved by guarding the storageClass import with
if or .Values.storageClass .Values.global.storageClass
The text was updated successfully, but these errors were encountered: