I’m having trouble grasping how using the JupyterHub Helm chart I would add some packages needed by something I’d like to reference in extraConfig
. There is a reference to hub.extraContainers
in https://z2jh.jupyter.org/en/latest/advanced.html#arbitrary-extra-code-and-configuration-in-jupyterhub-config-py but I can’t find an example from anywhere exactly explaining how this would work and whether this would perhaps help me solve the problem 'd like to ultimately solve: use the JWT authenticator that is not installed in the image that’s referenced in the jupyterhub helm chart).
Am I on the right track, or is it necessary for me to fork the Helm chart for my purposes?
Another possibility looks to be initContainers
?