From 7b1d8fb9bb48dd9f75362de6e5fddaf594605129 Mon Sep 17 00:00:00 2001 From: Ishwar Kanse Date: Tue, 17 Dec 2024 12:20:10 +0530 Subject: [PATCH] set sleep --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2e72c3b68..d6162a9f5 100644 --- a/Makefile +++ b/Makefile @@ -212,6 +212,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi .PHONY: olm-deploy olm-deploy: operator-sdk ## Deploy operator via OLM + sleep 20s $(OPERATOR_SDK) run bundle -n $(OPERATOR_NAMESPACE) $(BUNDLE_IMG) .PHONY: olm-upgrade