Fix kube_ovn_hw_offload value (#9218)

This commit is contained in:
Florian Ruynat
2022-08-30 12:21:01 +02:00
committed by GitHub
parent 8af86e4c1e
commit 617b17ad46

View File

@ -369,7 +369,7 @@ spec:
fieldPath: status.podIP
{% if not kube_ovn_dpdk_enabled %}
- name: HW_OFFLOAD
value: "{{ kube_ovn_hw_offload }}"
value: "{{ kube_ovn_hw_offload | string | lower }}"
- name: TUNNEL_TYPE
value: "{{ kube_ovn_tunnel_type }}"
{% endif %}