Skip to content

Commit

Permalink
set sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse committed Dec 17, 2024
1 parent 6ff40b5 commit 7b1d8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b1d8fb

Please sign in to comment.