Skip to content
Snippets Groups Projects
Commit b74b00c1 authored by Dung Vu's avatar Dung Vu
Browse files

Merge branch 'youngsu_kim-main-patch-60586' into 'main'

Add custom login spawn_pending htmls

See merge request csusb-hpc!7
parents 0f9d5e38 84bcfc4a
No related branches found
No related tags found
Loading
......@@ -30,6 +30,31 @@ hub:
- 003087200@csusb.edu
- 000030081@csusb.edu
- dmishin@ucsd.edu
initContainers:
- name: git-clone-templates
image: alpine/git
args:
- clone
- --single-branch
- --branch=main
- --depth=1
- --
- https://gitlab.nrp-nautilus.io/youngsu_kim/csusb-jupyterhub-custom-templates.git
- /etc/jupyterhub/custom
securityContext:
runAsUser: 0
volumeMounts:
- name: custom-templates
mountPath: /etc/jupyterhub/custom
extraVolumes:
- name: custom-templates
emptyDir: {}
extraVolumeMounts:
- name: custom-templates
mountPath: /etc/jupyterhub/custom
extraConfig:
templates: |
c.JupyterHub.template_paths = ['/etc/jupyterhub/custom']
service:
type: ClusterIP
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