Skip to content

Commit 7651257

Browse files
committed
chart: fix ovs ipsec keys host path (#5137)
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent f614eaa commit 7651257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kube-ovn/templates/ovncni-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ spec:
279279
{{- if .Values.func.ENABLE_OVN_IPSEC }}
280280
- name: ovs-ipsec-keys
281281
hostPath:
282-
path: /etc/origin/ovs_ipsec_keys
282+
path: {{ .Values.OPENVSWITCH_DIR }}
283283
{{- end }}

0 commit comments

Comments
 (0)