Skip to content

Commit

Permalink
Increase check count for pod creation for nginx-ingress-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
bnshr authored Dec 3, 2024
1 parent 78830d8 commit 336f8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ oc apply --filename ./test-target/operator-single-install-mode.yaml

# Wait until operator pods is in running state
OPERATOR_NS="nginx-ops"
MAX_COUNT=10
MAX_COUNT=20
CURRENT_COUNT=0

while [[ "$CURRENT_COUNT" -lt "$MAX_COUNT" ]]; do
Expand Down

0 comments on commit 336f8c5

Please sign in to comment.