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