Skip to content

Commit

Permalink
using custom template function
Browse files Browse the repository at this point in the history
Signed-off-by: w3aman <aman.gupta@mayadata.io>
  • Loading branch information
w3aman authored and Abhinandan-Purkait committed Sep 24, 2024
1 parent 81fa6ee commit 4dea4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/charts/templates/zfs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
- name: ADDRESS
value: /plugin/csi.sock
- name: DRIVER_REG_SOCK_PATH
value: {{ .Values.zfsNode.kubeletDir }}plugins/zfs-localpv/csi.sock
value: {{ printf "%s%s" (include "zfslocalpv.zfsNode.kubeletDir" .) "plugins/zfs-localpv/csi.sock" | quote }}
- name: KUBE_NODE_NAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit 4dea4c2

Please sign in to comment.