Browse Source

Update cni-kube-ovn.yml.j2 (#11357)

Made corrections in Indentation at L658 which causes kubespray execution failed with YAML to Json conversion. #11356
pull/11414/head
Sanyam Shah 6 months ago
committed by GitHub
parent
commit
54ac5a6de4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/kube-ovn/templates/cni-kube-ovn.yml.j2

2
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

Loading…
Cancel
Save