Skip to content

Commit 1bf0edd

Browse files
fix: automount resource reference was referencing wrong object in helm chart (#143)
1 parent f49f6c6 commit 1bf0edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
{{- with .Values.nodeplugin.automount.extraVolumeMounts }}
128128
{{- toYaml . | nindent 12 }}
129129
{{- end }}
130-
{{- with .Values.nodeplugin.plugin.resources }}
130+
{{- with .Values.nodeplugin.automount.resources }}
131131
resources: {{ toYaml . | nindent 12 }}
132132
{{- end }}
133133
- name: automount-reconciler

0 commit comments

Comments
 (0)