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
Only mount the data volume when storage.enabled is true. The template previously checked .Values.storage (a map that is always truthy), so the volume was mounted even when storage was disabled. (#732) @yugstar