Enabling Volume Resizing
The default PVC sizes required by AtScale's external dependencies can change from release to release. It is therefore recommended that you enable volume resizing on your Storage Class prior to installing AtScale (or before upgrading, if this is not already set).
To enable volume resizing, run the following command:
kubectl patch sc <storage_class_name> -p '{"allowVolumeExpansion": true}'