Skip to content

Commit

Permalink
fix: use the volumeMounts for node in ds
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Gerdes <[email protected]>
  • Loading branch information
hegerdes committed Jan 11, 2025
1 parent 3642700 commit 44d5c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/node/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 44d5c70

Please sign in to comment.