Skip to content

Commit

Permalink
minimal
Browse files Browse the repository at this point in the history
Signed-off-by: yiraeChristineKim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Jan 22, 2025
1 parent 9e7f274 commit 7400b02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/common/scripts/check_catalog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Max number of retries
MAX_RETRIES=5
MAX_RETRIES=7
# Retry counter
retry_count=0

Expand Down Expand Up @@ -33,7 +33,6 @@ while ! check_and_continue; do
kubectl get catalogsource -n olm grc-mock-source -o yaml
kubectl get pod -n olm
kubectl describe pods -l olm.catalogSource=grc-mock-source -n olm
kubectl get packagemanifest -A
echo "${RED}Max retries reached. Exiting.${NC}"
exit 1
fi
Expand Down

0 comments on commit 7400b02

Please sign in to comment.