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

Upload New File

parent 4ef7718a
No related branches found
No related tags found
No related merge requests found
image:
name: alpine/helm:3.5.4
entrypoint: ["/bin/sh", "-c"]
deploy-helm:
script:
- apk add gettext
- envsubst < values.template.yaml > values.yaml
- helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
- helm repo update
- helm upgrade --cleanup-on-fail --install jhub jupyterhub/jupyterhub -n csusb-jupyterhub --version=1.2.0 --values values.yaml
environment:
name: csusb-jupyter
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