Skip to content

Commit

Permalink
chore: Ready for kind to be ready before starting deployment (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
Change-Id: Ib56ad1b09b1d7b48aaf721206efcd7d8408f0b6a
  • Loading branch information
SergK committed Nov 28, 2023
1 parent d2a101b commit 6315581
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 @@ -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

0 comments on commit 6315581

Please sign in to comment.