Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
better describe pods in finish
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Jun 18, 2019
1 parent 593de9c commit 8612275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/acceptance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function finish {
kubectl get pods
kubectl logs deployment/vault-operator
kubectl describe pod -l name=vault-operator
kubectl describe pod vault-0 vault-1
kubectl describe pod -l app=vault
kubectl describe pod -l app=vault-configurator
kubectl get services --show-labels -l vault_cr=vault
kubectl get ep --show-labels -l vault_cr=vault
Expand Down

0 comments on commit 8612275

Please sign in to comment.