Skip to content

Instantly share code, notes, and snippets.

@carolynvs
Last active March 2, 2019 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carolynvs/513b91caadaa1dbb2fd8bde24496e976 to your computer and use it in GitHub Desktop.
Save carolynvs/513b91caadaa1dbb2fd8bde24496e976 to your computer and use it in GitHub Desktop.
Publish Helm Charts to Azure storage
build-image:
docker build -t build-image ./scripts/build-image/
charts-push: build-image
docker run --rm -it \
-v `pwd`:/go/src/github.com/carolynvs/mypkg \
-e AZURE_STORAGE_CONNECTION_STRING \
build-image ./scripts/push-charts.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment