Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created February 12, 2019 15:12
Show Gist options
  • Save 1ambda/056adb5afe48590525834ba1f1ff5d19 to your computer and use it in GitHub Desktop.
Save 1ambda/056adb5afe48590525834ba1f1ff5d19 to your computer and use it in GitHub Desktop.
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo update
RELEASE=jupyterhub
NAMESPACE=jupyterhub
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/master/jupyterhub/values.yaml
helm upgrade --install $RELEASE jupyterhub/jupyterhub \
--namespace $NAMESPACE \
--version=0.8.0-beta.1 \
--values config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment