Skip to content

Commit cea7921

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Sync common Makefile
Signed-off-by: Dale Haiducek <[email protected]>
1 parent ed4f32c commit cea7921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common/Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ kind-ensure-sa:
140140

141141
.PHONY: kind-controller-kubeconfig
142142
kind-controller-kubeconfig: install-resources
143-
kubectl -n $(CONTROLLER_NAMESPACE) apply -f test/resources/e2e_controller_secret.yaml
143+
kubectl -n $(CONTROLLER_NAMESPACE) apply -f test/resources/e2e_controller_secret.yaml --kubeconfig=$(PWD)/kubeconfig_$(CLUSTER_NAME)_e2e
144144
-rm kubeconfig_$(CLUSTER_NAME)
145145
@kubectl config set-cluster $(KIND_CLUSTER_NAME) --kubeconfig=$(PWD)/kubeconfig_$(CLUSTER_NAME) \
146146
--server=$(shell kubectl config view --minify -o jsonpath='{.clusters[].cluster.server}' --kubeconfig=kubeconfig_$(CLUSTER_NAME)_e2e) \

0 commit comments

Comments
 (0)