Hi,
We requires allowVolumeExpansion to be enabled on the StorageClass. Do you see any issues with updating the default gp2 StorageClass?
kubectl patch storageclass gp2 -p '{"allowVolumeExpansion": true}
Our worry is that this kind of customization may not persist during the Qovery lifecycle management activities, ex: cluster upgrade, etc.