ideonate / cdsdashboards

JupyterHub extension for ContainDS Dashboards
https://cdsdashboards.readthedocs.io/
Other
199 stars 38 forks source link

Fix missing environment variables in spawned pod when using VariableKubeSpawner #79

Open xeliba opened 3 years ago

xeliba commented 3 years ago

This explictly injects the environment variables in user_options['environment'] and therefore fixes #77

danlester commented 3 years ago

Thank you so much for sharing this with us.

As discussed, it's not "supposed" to work like this in the normal case, so I don't think it makes sense to merge this into the main codebase until we really understand what's different in your situation.

If others are reading this and also believe this branch works for them, please let us know!

aberey commented 2 years ago

I have the exact same issue (#77) and the change in this pull request fixed the issue for me.