Skip to content

Commit

Permalink
log the pods status on wire-server installation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Feb 1, 2024
1 parent 6c55e61 commit 5c7a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/offline-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helm upgrade --install --wait rabbitmq ./charts/rabbitmq --values ./values/rabbi
helm upgrade --install --wait databases-ephemeral ./charts/databases-ephemeral --values ./values/databases-ephemeral/prod-values.example.yaml
helm upgrade --install --wait reaper ./charts/reaper
kubectl get pods --all-namespaces -o wide
helm upgrade --install --wait --timeout=15m0s wire-server ./charts/wire-server --values ./values/wire-server/prod-values.example.yaml --values ./values/wire-server/secrets.yaml
helm upgrade --install --timeout=15m0s wire-server ./charts/wire-server --values ./values/wire-server/prod-values.example.yaml --values ./values/wire-server/secrets.yaml
echo "Printing all pods status"
kubectl get pods --all-namespaces -o wide
helm upgrade --install --wait ingress-nginx-controller ./charts/ingress-nginx-controller --values ./values/ingress-nginx-controller/hetzner-ci.example.yaml
Expand Down

0 comments on commit 5c7a4f4

Please sign in to comment.