Skip to content

Commit

Permalink
Show everything for monitoring namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove committed Sep 28, 2023
1 parent 13e4a7e commit 47e3ab3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,14 @@ jobs:
- name: Install Helm chart
run: helm install keda ./keda/ --namespace ${{ matrix.namespace }} --values test-values.yaml --wait

- name: Show Kubernetes resources
- name: Show Kubernetes resources (KEDA)
run: kubectl get all --namespace ${{ matrix.namespace }}
if: always()

- name: Show Kubernetes resources (Monitoring)
run: kubectl get all --namespace monitoring
if: always()

- name: Get all CRDs
run: kubectl get crds -o wide

Expand Down

0 comments on commit 47e3ab3

Please sign in to comment.