mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add release name to helm test (#1751)
This commit is contained in:
committed by
Vic Iglesias
parent
4001ee205e
commit
0983f9539d
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user