Skip to content

Commit 30366e5

Browse files
committed
(jupyterhub) Let outer applications manage the form
1 parent 20bbeb6 commit 30366e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • applications/jupyterhub/src/harness_jupyter/harness_jupyter

applications/jupyterhub/src/harness_jupyter/harness_jupyter/jupyterhub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def harness_hub():
3939
KubeSpawner.get_pod_manifest_base = KubeSpawner.get_pod_manifest
4040
KubeSpawner.get_pod_manifest = spawner_pod_manifest
4141
# to skip the profile selection form enable the line below
42-
KubeSpawner.options_form = custom_options_form
42+
# KubeSpawner.options_form = custom_options_form
4343
KubeSpawner.get_pvc_manifest_base = KubeSpawner.get_pvc_manifest
4444
KubeSpawner.get_pvc_manifest = spawner_pvc_manifest
4545

0 commit comments

Comments
 (0)