Skip to content

Commit

Permalink
Add make target to run operator with telepresence
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 13, 2020
1 parent f0af373 commit d386c2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/cluster-openshift-apiserver-operator
.idea/
telepresence.log
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
targets/openshift/bindata.mk \
targets/openshift/deps.mk \
targets/openshift/images.mk \
targets/openshift/operator/telepresence.mk \
)

IMAGE_REGISTRY :=registry.svc.ci.openshift.org
Expand Down Expand Up @@ -56,3 +57,8 @@ test-e2e-encryption-perf: test-unit
.PHONY: test-e2e
test-e2e: GO_TEST_PACKAGES :=./test/e2e/...
test-e2e: test-unit

# Configure the 'telepresence' target
# See vendor/github.com/openshift/build-machinery-go/scripts/run-telepresence.sh for usage and configuration details
export TP_DEPLOYMENT_YAML ?=./manifests/0000_30_openshift-apiserver-operator_07_deployment.yaml
export TP_CMD_PATH ?=./cmd/cluster-openshift-apiserver-operator

0 comments on commit d386c2c

Please sign in to comment.