Skip to content

Commit d1a8eb6

Browse files
committed
fix(helm): local bin directory host path
1 parent 7dee371 commit d1a8eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kube-ovn/templates/agent/agent-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,5 @@ spec:
276276
{{- if .Values.cni_conf.MOUNT_LOCAL_BIN_DIR }}
277277
- name: local-bin
278278
hostPath:
279-
path: {{ .Values.cni_conf.MOUNT_LOCAL_BIN_DIR }}
279+
path: {{ .Values.cni_conf.LOCAL_BIN_DIR }}
280280
{{- end }}

0 commit comments

Comments
 (0)