From b1ad112993ff7f689cde0cb00be6c6713086f2a3 Mon Sep 17 00:00:00 2001 From: Khaja Omer Date: Fri, 10 Jan 2025 14:31:32 -0600 Subject: [PATCH] Syntax fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91c5e883..a187a23e 100644 --- a/Makefile +++ b/Makefile @@ -204,7 +204,7 @@ e2e-test-bgp: # Add bgp peering label to non control plane nodes KUBECONFIG=$(KUBECONFIG_PATH) kubectl get nodes --no-headers | grep -v control-plane |\ - awk '{print $1}' | xargs -I {} kubectl label nodes {} cilium-bgp-peering=true --overwrite + awk '{print $$1}' | xargs -I {} kubectl label nodes {} cilium-bgp-peering=true --overwrite # First patch: Add the necessary RBAC permissions KUBECONFIG=$(KUBECONFIG_PATH) kubectl patch clusterrole ccm-linode-clusterrole --type='json' \