Skip to content

Commit

Permalink
updated describe command
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Jan 1, 2025
1 parent 68feea5 commit 728cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/verify_helm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ! helm status scality-cosi-driver -n $NAMESPACE; then
exit 1
fi

kubectl describe --namespace $NAMESPACE --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver
kubectl describe --namespace $NAMESPACE pod --selector=app.kubernetes.io/name=scality-cosi-driver

echo "Verifying COSI driver Pod status for 120s..."
if ! kubectl wait --namespace $NAMESPACE --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver --timeout=120s; then
Expand Down

0 comments on commit 728cb00

Please sign in to comment.