Skip to content

Commit 69f885b

Browse files
committed
feat: add eventsse chart
1 parent cb8d360 commit 69f885b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/eventsse-chart-release-pullrequest.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
helm install eventrouter krateo/eventrouter --create-namespace -n krateo-system --wait
102102
103103
- name: Install chart with standard configuration
104-
run: helm install ${{ env.MODULE }} ./${{ env.MODULE }}-chart --create-namespace -n krateo-system --wait
104+
run: helm install ${{ env.MODULE }} ./${{ env.MODULE }}-chart --create-namespace -n krateo-system --wait --timeout=120s
105105

106106
- name: Wait for deployment to become Available
107107
run: kubectl wait deployment ${{ env.MODULE }} --for condition=Available=True --timeout=120s --namespace krateo-system
@@ -110,6 +110,10 @@ jobs:
110110
if: always()
111111
run: helm list -A
112112

113+
- name: Get deployments -A
114+
if: always()
115+
run: kubectl get deployments -A
116+
113117
- name: Get events -A
114118
if: always()
115119
run: kubectl get events -A --sort-by='.lastTimestamp'

0 commit comments

Comments
 (0)