jupyterhub / kubespawner

Kubernetes spawner for JupyterHub
https://jupyterhub-kubespawner.readthedocs.io
BSD 3-Clause "New" or "Revised" License
536 stars 301 forks source link

Expand only environment variables set via Spawner.environment #759

Closed yuvipanda closed 12 months ago

yuvipanda commented 12 months ago

Fixes https://github.com/jupyterhub/kubespawner/issues/743

I've added a unit test to catch this as well

consideRatio commented 12 months ago

Thanks @yuvipanda!