summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-10-30 02:20:07 +0530
committerAmit Rathi <amit@hypertrack.io>2018-10-30 02:20:07 +0530
commitf7d4d8e49262136e3c76bbe0c707ef91c29705a2 (patch)
tree891b500801343e3a71d35263512e2d1ffd5ca01f
parent43463869c883c7972ecc03500ab35325eede7a01 (diff)
downloadgitlab-ce-f7d4d8e49262136e3c76bbe0c707ef91c29705a2.tar.gz
Fix #53298: JupyterHub to restarts should work without errors
-rw-r--r--vendor/jupyter/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml
index 049ffcc3407..24136a7aca5 100644
--- a/vendor/jupyter/values.yaml
+++ b/vendor/jupyter/values.yaml
@@ -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