Merge "Fix wrong command for validation check"

This commit is contained in:
Zuul 2019-03-06 04:03:32 +00:00 committed by Gerrit Code Review
commit 8fb2c7f07c
1 changed files with 3 additions and 3 deletions

View File

@ -51,6 +51,6 @@ helm upgrade --install ceph-openstack-config ./ceph-provisioners \
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Validate Deployment info
kubectl get -n osh-infra jobs --show-all
kubectl get -n osh-infra secrets
kubectl get -n osh-infra configmaps
kubectl get -n openstack jobs --show-all
kubectl get -n openstack secrets
kubectl get -n openstack configmaps