Skip to content

Commit

Permalink
Makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Jan 9, 2025
1 parent b6af5a7 commit bd9cb3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ e2e-test:

.PHONY: e2e-test-bgp
e2e-test-bgp:
# Patch CCM to enable BGPkubectl -n kube-system patch daemonset ccm-linode --patch '\
kubectl -n kube-system patch daemonset ccm-linode --patch '\
spec:\
template:\
spec:\
Expand Down Expand Up @@ -225,7 +225,6 @@ e2e-test-bgp:
"verbs": ["get", "list", "watch", "create", "update", "patch", "delete"]\
}\
}]'
# Run the test
CLUSTER_NAME=$(CLUSTER_NAME) \
MGMT_KUBECONFIG=$(MGMT_KUBECONFIG_PATH) \
KUBECONFIG=$(KUBECONFIG_PATH) \
Expand Down

0 comments on commit bd9cb3f

Please sign in to comment.