From 54ac5a6de449e68cf452749c03279bbcd0b8a050 Mon Sep 17 00:00:00 2001 From: Sanyam Shah <43819485+sanshah1211@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:28:39 +0530 Subject: [PATCH] Update cni-kube-ovn.yml.j2 (#11357) Made corrections in Indentation at L658 which causes kubespray execution failed with YAML to Json conversion. #11356 --- roles/network_plugin/kube-ovn/templates/cni-kube-ovn.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network_plugin/kube-ovn/templates/cni-kube-ovn.yml.j2 b/roles/network_plugin/kube-ovn/templates/cni-kube-ovn.yml.j2 index cee7ccbf4..60344ea0c 100644 --- a/roles/network_plugin/kube-ovn/templates/cni-kube-ovn.yml.j2 +++ b/roles/network_plugin/kube-ovn/templates/cni-kube-ovn.yml.j2 @@ -655,7 +655,7 @@ spec: ports: - port: 10665 name: metrics - {% if kube_ovn_ic_enable %} +{% if kube_ovn_ic_enable %} --- kind: ConfigMap apiVersion: v1