Skip to content

Commit

Permalink
E2E: fix calico
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 authored and adamjensenbot committed Nov 20, 2023
1 parent ad5e725 commit 289277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/pipeline/infra/cluster-api/cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function wait_calico() {
exit 1
fi
# set felix to use different port for VXLAN
if ! waitandretry 5s 12 "${KUBECTL} patch felixconfiguration default --type='merge' -p '{\"spec\":{\"vxlanPort\": 6789}}' --kubeconfig $kubeconfig";
if ! waitandretry 5s 12 "${KUBECTL} patch felixconfiguration default --type=merge -p {\"spec\":{\"vxlanPort\":6789}} --kubeconfig $kubeconfig";
then
echo "Failed to patch felixconfiguration"
exit 1
Expand Down

0 comments on commit 289277f

Please sign in to comment.