From a7f98116ca0f7e0769a71e35828bd6357bef380b Mon Sep 17 00:00:00 2001 From: RaSerge <37798887+RaSerge@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:15:09 +0300 Subject: [PATCH] fix: updating the calico-crds (#11089) --- roles/network_plugin/calico/templates/calico-apiserver.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/network_plugin/calico/templates/calico-apiserver.yml.j2 b/roles/network_plugin/calico/templates/calico-apiserver.yml.j2 index 49f5918b4..ca25eeb21 100644 --- a/roles/network_plugin/calico/templates/calico-apiserver.yml.j2 +++ b/roles/network_plugin/calico/templates/calico-apiserver.yml.j2 @@ -157,6 +157,7 @@ rules: - networksets - bgpconfigurations - bgppeers + - bgpfilters - felixconfigurations - kubecontrollersconfigurations - ippools -- GitLab