We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dee371 commit d1a8eb6Copy full SHA for d1a8eb6
charts/kube-ovn/templates/agent/agent-daemonset.yaml
@@ -276,5 +276,5 @@ spec:
276
{{- if .Values.cni_conf.MOUNT_LOCAL_BIN_DIR }}
277
- name: local-bin
278
hostPath:
279
- path: {{ .Values.cni_conf.MOUNT_LOCAL_BIN_DIR }}
+ path: {{ .Values.cni_conf.LOCAL_BIN_DIR }}
280
{{- end }}
0 commit comments