Skip to content

Commit

Permalink
delete pods immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerman committed Jul 15, 2020
1 parent f1e0ee6 commit a48d69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cd $DIR
eval $(minikube -p minikube docker-env)
docker build -t pgbouncer-vault ../build

kubectl delete po vault || true
kubectl delete po postgres || true
kubectl delete po test-application || true
kubectl delete po --grace-period=1 vault || true
kubectl delete po --grace-period=1 postgres || true
kubectl delete po --grace-period=1 test-application || true

kubectl apply -f manifests/vault.yaml
kubectl apply -f manifests/app-sa.yaml
Expand Down

0 comments on commit a48d69e

Please sign in to comment.