We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4531a36 commit 808160bCopy full SHA for 808160b
scripts/get_config_map_status.sh
@@ -10,7 +10,7 @@ MAX_ATTEMPTS=40
10
while [[ $COUNTER -lt $MAX_ATTEMPTS ]] && ! kubectl get configmap $CONFIGMAP_NAME -n $NAMESPACE &>/dev/null; do
11
COUNTER=$((COUNTER + 1))
12
echo "Attempt $COUNTER: ConfigMap '$CONFIGMAP_NAME' not found in namespace '$NAMESPACE', retrying..."
13
- sleep 30
+ sleep 60
14
done
15
16
if [[ $COUNTER -eq $MAX_ATTEMPTS ]]; then
0 commit comments