Skip to content

Commit

Permalink
Increate deploy timeout to 10m (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpoluceno authored Feb 3, 2023
1 parent ab9c05a commit 49c6363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ install_resources () {
kubectl rollout restart -n "$namespace" deployment/kube-review-deployment
fi

if kubectl rollout status --timeout=5m -n "$namespace" deployment/kube-review-deployment; then
if kubectl rollout status --timeout=10m -n "$namespace" deployment/kube-review-deployment; then
echo "Rollout successfully executed"
else
echo "Rollout was not Successful... Describing Deployed Pods"
Expand Down

0 comments on commit 49c6363

Please sign in to comment.