We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24132a5 commit 99958b7Copy full SHA for 99958b7
1 file changed
applications/jupyterhub/src/harness_jupyter/harness_jupyter/jupyterhub.py
@@ -18,6 +18,7 @@
18
def custom_options_form(spawner, abc):
19
# let's skip the profile selection form for now
20
# ToDo: for future we can remove this hook
21
+ spawner._ch_profile_list = spawner.profile_list
22
spawner.profile_list = []
23
# ref: https://github.com/jupyterhub/kubespawner/blob/37a80abb0a6c826e5c118a068fa1cf2725738038/kubespawner/spawner.py#L1885-L1935
24
return spawner._options_form_default()
0 commit comments