Skip to content
Snippets Groups Projects
Commit 61455c3b authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

Fix value template file

parent e4de5746
No related branches found
No related tags found
2 merge requests!11Draft: Merge,!10Update HTML, add customizable spawner page
Pipeline #24532 passed
...@@ -57,6 +57,23 @@ hub: ...@@ -57,6 +57,23 @@ hub:
extraConfig: extraConfig:
templates: | templates: |
c.JupyterHub.template_paths = ['/etc/jupyterhub/custom'] c.JupyterHub.template_paths = ['/etc/jupyterhub/custom']
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/1990
extraFiles:
image_select_idp:
mountPath: /usr/local/share/jupyterhub/static/select_idp_cilogon.png
# Files in /usr/local/etc/jupyterhub/jupyterhub_config.d are
# automatically loaded in alphabetical order of the final file
# name when JupyterHub starts.
# for dynamic resource allocation
custom_spawner:
mountPath: /usr/local/etc/jupyterhub/jupyterhub_config.d/my_spawner.py
# Custom profiles list for the spawner above
custom_spawner_profile:
mountPath: /etc/jupyterhub/custom/my_spawner.html
service: service:
type: ClusterIP type: ClusterIP
annotations: {} annotations: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment