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 b56a011 commit accdfd6Copy full SHA for accdfd6
1 file changed
.github/workflows/test-e2e.yml
@@ -55,6 +55,7 @@ jobs:
55
--for=condition=Available \
56
--timeout=120s || \
57
kubectl -n cert-manager describe pods && \
58
+ kubectl logs -n cert-manager -l app.kubernetes.io/name=cert-manager --tail=-1 && \
59
kubectl -n network-services-operator-system describe issuer && \
60
kubectl -n network-services-operator-system describe certificates && \
61
kubectl -n network-services-operator-system describe secrets && \
0 commit comments