From 44d5c70f113ed858c36ef987f45c7b5b9f791562 Mon Sep 17 00:00:00 2001 From: Henrik Gerdes Date: Sun, 12 Jan 2025 00:49:03 +0100 Subject: [PATCH] fix: use the volumeMounts for node in ds Signed-off-by: Henrik Gerdes --- chart/templates/node/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/node/daemonset.yaml b/chart/templates/node/daemonset.yaml index bf27f6a7..fae4f942 100644 --- a/chart/templates/node/daemonset.yaml +++ b/chart/templates/node/daemonset.yaml @@ -83,8 +83,8 @@ spec: mountPath: /run/csi - name: registration-dir mountPath: /registration - {{- if .Values.controller.extraVolumeMounts }} - {{- include "common.tplvalues.render" (dict "value" .Values.controller.extraVolumeMounts "context" $) | nindent 12 }} + {{- if .Values.node.extraVolumeMounts }} + {{- include "common.tplvalues.render" (dict "value" .Values.node.extraVolumeMounts "context" $) | nindent 12 }} {{- end }} {{- if .Values.node.resources.csiNodeDriverRegistrar }} resources: {{- toYaml .Values.node.resources.csiNodeDriverRegistrar | nindent 12 }}