When the user pod starts I want to mount their personal pv and also run a script to find the names of other pv to mount. And then mount those also to the user pod.
Any ideas about a good way to implement this? Will i need to fork jupyterhub and build my own image?
In my case I am using azure and the script would connect to active directory and find groups the user belongs to which corresponds to pv names that will be mounted.
Thanks,
Mike