zero-to-jupyterhub-k8s
zero-to-jupyterhub-k8s copied to clipboard
Support dict values for volumes, volume_mounts and other list based configs that support dict values
trafficstars
KubeSpawner now supports dict values for volumes, volume_mounts etc. This allows for easy overriding when required. ref: https://github.com/jupyterhub/kubespawner/pull/843 and https://github.com/jupyterhub/kubespawner/pull/845
This PR makes sure jupyterhub_config.py also support defining these values as dictionaries and changes the default of these list based configurations to be dict.