From c5e9f3a053bdde0ee711eb10bcc6d0148995b64a Mon Sep 17 00:00:00 2001 From: Johannes Kleinlercher Date: Fri, 3 May 2024 22:30:47 +0200 Subject: [PATCH] Show Output of apps --- .github/workflows/cluster-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cluster-test.yml b/.github/workflows/cluster-test.yml index 6e7f3453..1c3de816 100644 --- a/.github/workflows/cluster-test.yml +++ b/.github/workflows/cluster-test.yml @@ -34,9 +34,13 @@ jobs: - name: install sx-cnp-oss stack env: - # renovate: datasource=github-releases depName=cert-manager/cert-manager INSTALL_K3D_CLUSTER: "false" INSTALL_MKCERTS: "false" shell: bash run: | curl -L https://raw.githubusercontent.com/suxess-it/sx-cnp-oss/main/install-k3d-cluster.sh | bash + + - name: mustgather data for troubleshooting + shell: bash + run: | + kubectl get application -n argocd -o yaml