mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Increase the verify retry from 2 mins to 3 mins (#1645)
This commit is contained in:
@@ -15,7 +15,7 @@ fi
|
||||
SUCCESS=0
|
||||
PODS_FOUND=0
|
||||
COUNT=0
|
||||
RETRY=12
|
||||
RETRY=18
|
||||
RETRY_DELAY=10
|
||||
while [ "$COUNT" -lt "$RETRY" ]; do
|
||||
POD_STATUS=`kubectl get pods --no-headers --namespace $NAMESPACE`
|
||||
|
||||
Reference in New Issue
Block a user