Skip to content

Commit

Permalink
configure helm for jupyterhub and install
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Sep 19, 2018
1 parent 470a9c8 commit d7e89ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure_helm_jupyterhub.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo update
7 changes: 7 additions & 0 deletions install_jhub.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
RELEASE=jhub
NAMESPACE=jhub

helm upgrade --install $RELEASE jupyterhub/jupyterhub \
--namespace $NAMESPACE \
--version 0.7.0 \
--values config_standard_storage.yaml --values secrets.yaml

0 comments on commit d7e89ad

Please sign in to comment.