expose apps using helm hooks when deploying a release

This commit is contained in:
rawlingsj
2018-02-19 16:32:27 +00:00
parent 3fc0176701
commit 8f8a444d1d
3 changed files with 22 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ build: clean
helm version
helm init
helm repo add releases ${CHART_REPO}
helm repo add jenkins-x http://chartmuseum.build.cd.jenkins-x.io
helm dependency build ${DIR}
helm lint ${DIR}