Mount Configmap to userpod

Hey @manics
Thanks for quick response. I am using zero2jupyterhub. So I think you are suggesting to creat config map, mount to hub pod then volume to hub pod and share the to user pod.

Is there a way to directly mount configmap to the user pod when pod starts. (Like we mount to hub)

Can init container also be used to achieve it? i have seen one post on the same (Customizing JupyterHub on Kubernetes)

Though mounting configmap would be straight forward if achievable.

Another way, if we can use lifecycle hook and this hook will only be called before notebook server starts, though i am not sure how to achieve that.

@Chico_Venancio

Thanks