add debugging in case the install fails

This commit is contained in:
James Strachan
2018-03-13 14:23:58 +00:00
committed by GitHub
parent 9d4e84e645
commit 2da55d035f

View File

@@ -13,7 +13,7 @@ build: clean
helm lint ${DIR}
install:
helm upgrade ${NAMESPACE} ${DIR} --install --namespace ${NAMESPACE}
helm upgrade ${NAMESPACE} ${DIR} --install --namespace ${NAMESPACE} --debug
delete:
helm delete --purge ${NAMESPACE} --namespace ${NAMESPACE}