Add release name to helm test (#1751)

This commit is contained in:
Michael Goodness
2017-08-16 09:16:01 -07:00
committed by Vic Iglesias
parent 4001ee205e
commit 0983f9539d
+1 -1
View File
@@ -72,7 +72,7 @@ for directory in ${CHANGED_FOLDERS}; do
kubectl get svc --namespace ${NAMESPACE}
kubectl get deployments --namespace ${NAMESPACE}
kubectl get endpoints --namespace ${NAMESPACE}
helm test
helm test ${RELEASE_NAME}
if [ -n $VERIFICATION_PAUSE ]; then
cat install_output
sleep $VERIFICATION_PAUSE