Commit f7d4d8e4 authored by Amit Rathi's avatar Amit Rathi

Fix #53298: JupyterHub to restarts should work without errors

parent 43463869
......@@ -16,7 +16,7 @@ singleuser:
lifecycleHooks:
postStart:
exec:
command: ["git", "clone", "https://gitlab.com/gitlab-org/nurtch-demo.git", "DevOps-Runbook-Demo"]
command: ["sh", "-c", "git clone https://gitlab.com/gitlab-org/nurtch-demo.git DevOps-Runbook-Demo || true"]
ingress:
enabled: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment