File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments