Merge pull request #5351 from fluxcd/fix-ci

Fix e2e workflow
This commit is contained in:
Stefan Prodan 2025-05-15 18:48:40 +03:00 committed by GitHub
commit 8804b856ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ jobs:
- name: Debug failure
if: failure()
run: |
kubectl version --client --short
kubectl version --client
kubectl -n flux-system get all
kubectl -n flux-system describe pods
kubectl -n flux-system get kustomizations -oyaml