Skip to content

Commit

Permalink
Show argocd Logs in case of an error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 4, 2024
1 parent 5d1db9c commit 2a4ecb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ jobs:
shell: bash
run: |
kubectl get application -n argocd -o yaml
- name: mustgather logs for troubleshooting
if: ${{ failure() }}
shell: bash
run: |
kubectl logs -n argocd -f -l app.kubernetes.io/instance=argocd --all-containers=true

0 comments on commit 2a4ecb0

Please sign in to comment.