You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR jupyterhub/zero-to-jupyterhub-k8s#3690 adds support for dict-based configuration of list items in zero-to-jupyterhub-k8s. It is not exhaustive, and in particular does not add this option to profile list definitions.
In a recent conversation about how to design hubs, @yuvipanda confirmed that we want to lift as much configuration into common configuration files (per cluster) as possible. By adding support for defining profile lists as dictionaries, it will be possible to define extensible profile lists in the common configuration.
Definition of Done
A PR has been authored that adds support for dict-based profile lists
The PR has been tested
The PR has been reviewed
An issue has been created to track applying this change to our clusters