We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff318 commit 9777669Copy full SHA for 9777669
1 file changed
.github/workflows/test-e2e.yml
@@ -54,6 +54,8 @@ jobs:
54
wait deploy network-services-operator-controller-manager \
55
--for=condition=Available \
56
--timeout=120s || \
57
+ kubectl -n network-services-operator-system get certificates && \
58
+ kubectl -n network-services-operator-system get secrets && \
59
kubectl -n network-services-operator-system describe pod && \
60
kubectl -n network-services-operator-system logs -l app.kubernetes.io/name=network-services-operator --tail=-1
61
0 commit comments