Skip to content

Instantly share code, notes, and snippets.

@kerin
Last active March 28, 2018 11:18
Show Gist options
  • Save kerin/1a47505728adfc82e84e72dd04a4b83f to your computer and use it in GitHub Desktop.
Save kerin/1a47505728adfc82e84e72dd04a4b83f to your computer and use it in GitHub Desktop.
helm repo add mojanalytics https://ministryofjustice.github.io/analytics-platform-helm-charts/charts/
export USER=robinl
export RSTUDIO_TAG=v1.3.2
helm repo update && \
helm upgrade $USER-rstudio mojanalytics/rstudio \
-f chart-env-config/alpha/rstudio.yml \
--set username=$USER \
--set aws.iamRole=alpha_user_$USER \
--set rstudio.image.tag=$RSTUDIO_TAG \
--namespace user-$USER \
--install \
--wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment