Skip to content

Commit

Permalink
wait for job completion when deploying pgo
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Aug 26, 2020
1 parent 34eace7 commit 2f900c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres-operator/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ echo "- install the client"
echo ""
kubectl create namespace pgo
kubectl apply -f postgres-operator.yml
echo "wait until deploy job is complete..."
kubectl wait --for=condition=complete --timeout=180s -n pgo job/pgo-deploy
./client-setup.sh

0 comments on commit 2f900c7

Please sign in to comment.