Skip to content

Commit

Permalink
spit cluster status
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 28, 2023
1 parent 72c9416 commit 75f21d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ jobs:
}
]
collection: test/postman/helm/acs-test-helm-collection.json
insecure: true
7 changes: 7 additions & 0 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,10 @@ jobs:
--set global.alfrescoRegistryPullSecrets=regcred \
--wait --timeout 20m0s --values \
helm/${{ matrix.name }}/${{ matrix.values }}
- name: Spit cluster status
if: always()
run: |
helm ls --all-namespaces
kubectl get all --all-namespaces
kubectl describe pod

0 comments on commit 75f21d7

Please sign in to comment.