We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bbeb6 commit 30366e5Copy full SHA for 30366e5
1 file changed
applications/jupyterhub/src/harness_jupyter/harness_jupyter/jupyterhub.py
@@ -39,7 +39,7 @@ def harness_hub():
39
KubeSpawner.get_pod_manifest_base = KubeSpawner.get_pod_manifest
40
KubeSpawner.get_pod_manifest = spawner_pod_manifest
41
# to skip the profile selection form enable the line below
42
- KubeSpawner.options_form = custom_options_form
+ # KubeSpawner.options_form = custom_options_form
43
KubeSpawner.get_pvc_manifest_base = KubeSpawner.get_pvc_manifest
44
KubeSpawner.get_pvc_manifest = spawner_pvc_manifest
45
0 commit comments