Skip to content

Commit

Permalink
add sleep to wait till the application is deployed
Browse files Browse the repository at this point in the history
Signed-off-by: Navendu Pottekkat <[email protected]>
  • Loading branch information
pottekkat committed Dec 7, 2021
1 parent a7bd149 commit 849b53b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scripts/osm_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ osm install \
kubectl create namespace bookstore
osm namespace add bookstore
kubectl apply -f https://raw.githubusercontent.com/openservicemesh/osm/release-v0.11/docs/example/manifests/apps/bookstore.yaml

sleep 100

kubectl get deployments -n bookstore
kubectl get pods -n bookstore

Expand Down

0 comments on commit 849b53b

Please sign in to comment.