diff options
author | Amit Rathi <amit.juschill@gmail.com> | 2018-10-04 12:59:21 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-10-04 12:59:21 +0000 |
commit | d277f0bbeee360f679b5171ca23fe5b32bcfe840 (patch) | |
tree | 6034ebadba8baa63a69478f1568d644088e42357 /vendor | |
parent | ea6e4f6594e773d80705ba73e49261db4cc89a78 (diff) | |
download | gitlab-ce-d277f0bbeee360f679b5171ca23fe5b32bcfe840.tar.gz |
Clone nurtch demo notebooks at Jupyter startup
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/jupyter/values.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml index 4ea5b44c59c..049ffcc3407 100644 --- a/vendor/jupyter/values.yaml +++ b/vendor/jupyter/values.yaml @@ -13,6 +13,10 @@ auth: singleuser: defaultUrl: "/lab" + lifecycleHooks: + postStart: + exec: + command: ["git", "clone", "https://gitlab.com/gitlab-org/nurtch-demo.git", "DevOps-Runbook-Demo"] ingress: enabled: true |