Skip to content

Commit

Permalink
chore: increase wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Dec 19, 2021
1 parent 3790ad8 commit 1ee6d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deploy-to-local-cluster:
-f ./charts/$(SERVICE_NAME)/values.yaml \
--set image.repository=dev.local/$(SERVICE_NAME),image.tag=$(NOW) \
| kubectl apply -f -
kubectl wait --for=condition=ready ksvc example-hasura
kubectl wait --for=condition=ready ksvc example-hasura --timeout=600s

delete-local-deployment:
kubectl ctx $(LOCAL_DEV_CLUSTER)
Expand Down

0 comments on commit 1ee6d79

Please sign in to comment.