Skip to content

Commit

Permalink
Show Output of apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 3, 2024
1 parent ced8f99 commit c5e9f3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cluster-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c5e9f3a

Please sign in to comment.