Last active
March 28, 2018 11:18
-
-
Save kerin/1a47505728adfc82e84e72dd04a4b83f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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