Skip to content

Commit

Permalink
Deploy bundle with BUNDLE_IMG (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliott Baron <ebaron@redhat.com>
  • Loading branch information
Janelle Law and ebaron committed Jan 14, 2022
1 parent 0ee99b4 commit 8ecda08
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 @@ -218,7 +218,7 @@ bundle-build:

.PHONY: deploy_bundle
deploy_bundle: check_cert_manager undeploy_bundle
operator-sdk run bundle $(IMAGE_NAMESPACE)/$(OPERATOR_NAME)-bundle:$(IMAGE_VERSION)
operator-sdk run bundle $(BUNDLE_IMG)
ifeq ($(DISABLE_SERVICE_TLS), true)
@echo "Disabling TLS for in-cluster communication between Services"
@current_ns=`$(CLUSTER_CLIENT) config view --minify -o 'jsonpath={.contexts[0].context.namespace}'` && \
Expand Down

0 comments on commit 8ecda08

Please sign in to comment.