Access to v1container environment Variables

How can I access environment variables present in the single user container from another container created using extraContainers? More specifically JUPYTERHUB_USER. Thanks in advance.

Kubernetes only lets you set environment variables at the container level, not the pod level, so I don’t think you can do this using the standard Helm chart parameters (assuming you’re using Z2JH).

You could try defining your own modify_pod_hook?