Skip to content

Commit

Permalink
script fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 14, 2024
1 parent ed1d84a commit 0f4a8da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/verify_helm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ if ! kubectl wait --for=condition=Ready pod -l app.kubernetes.io/name=scality-co
exit 1
fi

log_and_run echo "Verifying COSI driver Pod status..."
echo "Verifying COSI driver Pod status..."
if ! kubectl wait --namespace $NAMESPACE --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver --timeout=30s; then
echo "Error: COSI driver Pod did not reach ready state." | tee -a "$LOG_FILE"
echo "Error: COSI driver Pod did not reach ready state."
exit 1
fi
log_and_run kubectl get pods -n $NAMESPACE
kubectl get pods -n $NAMESPACE

echo "Helm installation verified successfully."

0 comments on commit 0f4a8da

Please sign in to comment.