Skip to content

Commit 118ef78

Browse files
authored
Add log collector to standalone pgadmin KUTTL test
1 parent 452fcd6 commit 118ef78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: kuttl.dev/v1beta1
2+
kind: TestAssert
3+
collectors:
4+
- type: command
5+
command: kubectl -n $NAMESPACE describe pods --selector postgres-operator.crunchydata.com/pgadmin=pgadmin
6+
- namespace: $NAMESPACE
7+
selector: postgres-operator.crunchydata.com/pgadmin=pgadmin

0 commit comments

Comments
 (0)