How to change storage for existing users

After setting up the storage capacity and upgrade helm3 by:

singleuser:
    storage:
        capacity: 40Gi

I can see only the new user with 40GB capacity while all existing users still have the default 10GB capacity. Is it possible to modify the existing users storage capacity?

Z2JH won’t handle resizing existing volumes, so you’ll need to do it manually.

You might be able to edit the PVC manifest:

but check your Kubernetes storage documentation first to see whether it’s supported.