Skip to content

Commit

Permalink
add debugging in case the install fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan authored Mar 13, 2018
1 parent 9d4e84e commit 2da55d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2da55d0

Please sign in to comment.