From 273fd2e42d6eb8c018ca34182e76bda927d32e1d Mon Sep 17 00:00:00 2001 From: Dov Benyomin Sohacheski Date: Mon, 29 Jul 2024 08:11:22 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Ran=20and=20fix=20lint=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/k3s_server_post/defaults/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/k3s_server_post/defaults/main.yml b/roles/k3s_server_post/defaults/main.yml index 10feb99..41ca762 100644 --- a/roles/k3s_server_post/defaults/main.yml +++ b/roles/k3s_server_post/defaults/main.yml @@ -2,15 +2,15 @@ bpf_lb_algorithm: maglev bpf_lb_mode: hybrid -calico_blockSize: 26 +calico_blockSize: 26 # noqa var-naming calico_ebpf: false calico_encapsulation: VXLANCrossSubnet -calico_natOutgoing: Enabled -calico_nodeSelector: all() +calico_natOutgoing: Enabled # noqa var-naming +calico_nodeSelector: all() # noqa var-naming calico_tag: v3.27.2 cilium_bgp: false -cilium_exportPodCIDR: true +cilium_exportPodCIDR: true # noqa var-naming cilium_bgp_my_asn: 64513 cilium_bgp_peer_asn: 64512 cilium_bgp_lb_cidr: 192.168.31.0/24