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

Update values.template.yaml

parent 5a1bcfe9
No related branches found
No related tags found
No related merge requests found
Pipeline #39409 passed
......@@ -76,14 +76,14 @@ hub:
mountPath: /etc/jupyterhub/custom/spawn_pending.html
#. JupyterHub Start with event log redirection; & cannot be passed in yaml files
jupyterhub_event_log:
mountPath: /etc/jupyterhub/custom/event_command.sh
stringData: |
#! /bin/bash
/usr/local/bin/jupyterhub --config /usr/local/etc/jupyterhub/jupyterhub_config.py --upgrade-db &>> /srv/jupyterhub/event.log
mode: 0777
args: [ "/etc/jupyterhub/custom/event_command.sh" ]
# jupyterhub_event_log:
# mountPath: /etc/jupyterhub/custom/event_command.sh
# stringData: |
# #! /bin/bash
# /usr/local/bin/jupyterhub --config /usr/local/etc/jupyterhub/jupyterhub_config.py --upgrade-db &>> /srv/jupyterhub/event.log
# mode: 0777
#
# args: [ "/etc/jupyterhub/custom/event_command.sh" ]
nodeSelector:
topology.kubernetes.io/region: "us-west"
......
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