Skip to content

Commit

Permalink
Merge pull request #530 from ngrok/hkatz/e2e-3
Browse files Browse the repository at this point in the history
Use correct namespace for debugging
  • Loading branch information
hjkatz authored Nov 27, 2024
2 parents 0fc24e4 + 2f22a1c commit 5024baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ runs:
kubectl get pods -A
sleep 20
kubectl get pods -A
kubectl describe pod -l app.kubernetes.io/component=controller
kubectl logs -l app.kubernetes.io/component=controller --tail=-1
kubectl -n ngrok-operator describe pod -l app.kubernetes.io/component=controller
kubectl -n ngrok-operator logs -l app.kubernetes.io/component=controller --tail=-1
- name: Install cosign
if: ${{ inputs.run-e2e == 'true' }}
Expand Down

0 comments on commit 5024baf

Please sign in to comment.