zero-to-jupyterhub-k8s icon indicating copy to clipboard operation
zero-to-jupyterhub-k8s copied to clipboard

Support dict values for volumes, volume_mounts and other list based configs that support dict values

Open sunu opened this issue 5 months ago • 0 comments
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.

sunu avatar Jun 12 '25 08:06 sunu