Skip to content

Commit

Permalink
Add log collector to standalone pgadmin KUTTL test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjb authored Oct 16, 2024
1 parent 452fcd6 commit 118ef78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testing/kuttl/e2e/standalone-pgadmin/00-assert.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
collectors:
- type: command
command: kubectl -n $NAMESPACE describe pods --selector postgres-operator.crunchydata.com/pgadmin=pgadmin
- namespace: $NAMESPACE
selector: postgres-operator.crunchydata.com/pgadmin=pgadmin

0 comments on commit 118ef78

Please sign in to comment.