I have deployed a JupyterHub env in Azure Kubernetes
I want to make a read-only file available to all users in JupyterHub. I following this link which makes it possible to do so:
TLJH is meant to install on a bare metal or VM server. As you have deployed JupyterHub on k8s, you must create a persistent volume and bind them to single user server containers in read only mode. Check docs on how to do this in k8s