From 63155811197c1d3a34a70829c61530a1648751eb Mon Sep 17 00:00:00 2001 From: Sergiy Kulanov Date: Tue, 28 Nov 2023 19:54:28 +0200 Subject: [PATCH] chore: Ready for kind to be ready before starting deployment (#74) Signed-off-by: Sergiy Kulanov Change-Id: Ib56ad1b09b1d7b48aaf721206efcd7d8408f0b6a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4b566f6..e0455035 100644 --- a/Makefile +++ b/Makefile @@ -129,5 +129,5 @@ endef .PHONY: start-kind start-kind: ## Start kind cluster ifeq (true,$(START_KIND_CLUSTER)) - kind create cluster --name $(KIND_CLUSTER_NAME) --config $(KIND_CONFIG) + kind create cluster --name $(KIND_CLUSTER_NAME) --config $(KIND_CONFIG) --wait 1m endif