Skip to content

Commit

Permalink
more test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tayterz2 committed Jan 21, 2025
1 parent 323b49c commit 7f3ab46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Get debug output
run: |
REG_IP=$(kubectl get svc -n helm-test hauler-registry -ojsonpath='{.spec.clusterIP}')
curl http://$REG_IP/v2/_catalog
echo http://$REG_IP/v2/_catalog
kubectl get po -A
kubectl get svc -A
ls -lha /var/tmp

0 comments on commit 7f3ab46

Please sign in to comment.