Skip to content

Commit

Permalink
basehub: prepend to c.JupyterHub.template_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 8, 2023
1 parent 31a346d commit 8a07456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ jupyterhub:
extraConfig:
01-custom-theme: |
from z2jh import get_config
c.JupyterHub.template_paths.extend(['/usr/local/share/jupyterhub/custom_templates/'])
c.JupyterHub.template_paths.insert(0,'/usr/local/share/jupyterhub/custom_templates')
c.JupyterHub.template_vars.update({
'custom': get_config('custom.homepage.templateVars')
})
Expand Down

0 comments on commit 8a07456

Please sign in to comment.