From 6b65695918be2d1154307db401bacf3dc5275711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kub=C3=ADn?= Date: Wed, 15 Nov 2023 15:10:57 +0100 Subject: [PATCH] Update cilium example parameter name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Kubín --- tests/files/packet_debian12-custom-cni-helm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/files/packet_debian12-custom-cni-helm.yml b/tests/files/packet_debian12-custom-cni-helm.yml index 183a7caf1aa..0ed919828c7 100644 --- a/tests/files/packet_debian12-custom-cni-helm.yml +++ b/tests/files/packet_debian12-custom-cni-helm.yml @@ -19,4 +19,5 @@ custom_cni_chart_values: enabled: false ipam: operator: - clusterPoolIPv4PodCIDR: "{{ kube_pods_subnet }}" + clusterPoolIPv4PodCIDRList: + - "{{ kube_pods_subnet }}"