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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 %}