Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse committed Dec 17, 2024
1 parent 0b65d67 commit d8b35a6
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 @@ -222,7 +222,7 @@ olm-upgrade: operator-sdk ## Upgrade operator via OLM
.PHONY: otel-deploy
otel-deploy: operator-sdk ## Deploy OpenTelemetry operator via OLM
kubectl create namespace otel-operator-system
sleep 20s
sleep 20s
$(OPERATOR_SDK) run bundle --timeout=5m --security-context-config=restricted -n $(OTEL_OPERATOR_NAMESPACE) $(OTEL_BUNDLE_IMG)

##@ Build Dependencies
Expand Down

0 comments on commit d8b35a6

Please sign in to comment.