Hi guys, I'm facing a problem with jupyterhub and kubespawners in gcp. I have a custom docker image where I set up a conda env and installed things in `/home/jovyan` plus created a custom extension for the notebook. Now I am using jupyterhub Helm Chart to deploy this into gcp. The problem is that when a new user log in, I run bash in the generated POD and the folder `/home/jovyan` content says: `lost+found`, and everything is gone. Jupyter is unable to locate and load my extension. Things work fine in the container if I run it locally or if I use dockerspawner. I'm not very experienced, so I 've been struggling with this one.
Regards