Merge "Fixed ingress kube status bug"

This commit is contained in:
Zuul 2018-07-21 22:19:40 +00:00 committed by Gerrit Code Review
commit c9d2f67168

View File

@ -51,5 +51,5 @@ for NAMESPACE in openstack ceph; do
./tools/deployment/common/wait-for-pods.sh ${NAMESPACE}
#NOTE: Display info
helm status ingress-openstack
helm status ingress-${NAMESPACE}
done