Skip to content

Commit

Permalink
Adding right kubeconfig path for patchs in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Jan 9, 2025
1 parent 275cfc0 commit bf4ed94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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:
kubectl -n kube-system patch daemonset ccm-linode --patch '\
KUBECONFIG=$(KUBECONFIG_PATH) kubectl -n kube-system patch daemonset ccm-linode --patch '\
spec:\
template:\
spec:\
Expand All @@ -215,7 +215,7 @@ e2e-test-bgp:
- --load-balancer-type=cilium-bgp\
- --bgp-node-selector=cilium-bgp-peering=true\
- --ip-holder-suffix=e2e-test
kubectl patch clusterrole ccm-linode-clusterrole --type='json' \
KUBECONFIG=$(KUBECONFIG_PATH) kubectl patch clusterrole ccm-linode-clusterrole --type='json' \
-p='[{\
"op": "add",\
"path": "/rules/-",\
Expand Down

0 comments on commit bf4ed94

Please sign in to comment.