diff --git a/.github/workflows/cluster-test.yml b/.github/workflows/cluster-test.yml index 715e464de..ae623cc2c 100644 --- a/.github/workflows/cluster-test.yml +++ b/.github/workflows/cluster-test.yml @@ -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