Skip to content

Commit 4e7ade8

Browse files
committed
also print status of tomcat and webapp objects
1 parent cfbb66c commit 4e7ade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-operator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
echo "Output of tomcat-operator pod"
7474
kubectl logs -l app=tomcat-operator -n tomcat-operator
7575
echo "All objects in tomcat-test"
76-
kubectl get all -n tomcat-test -o yaml
76+
kubectl get deployment,pod,tomcat,webapp -n tomcat-test -o yaml
7777
echo "Output of curl command"
7878
kubectl logs curl -n tomcat-test

0 commit comments

Comments
 (0)