From 1bf0eddfd3c9d0e255c17f49479b5ed6c6e15e37 Mon Sep 17 00:00:00 2001 From: SebastiaanBASF <116681952+SebastiaanBASF@users.noreply.github.com> Date: Fri, 31 May 2024 07:44:07 -0400 Subject: [PATCH] fix: automount resource reference was referencing wrong object in helm chart (#143) --- deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml b/deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml index 9033586d..4636a08b 100644 --- a/deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml +++ b/deployments/helm/cvmfs-csi/templates/nodeplugin-daemonset.yaml @@ -127,7 +127,7 @@ spec: {{- with .Values.nodeplugin.automount.extraVolumeMounts }} {{- toYaml . | nindent 12 }} {{- end }} - {{- with .Values.nodeplugin.plugin.resources }} + {{- with .Values.nodeplugin.automount.resources }} resources: {{ toYaml . | nindent 12 }} {{- end }} - name: automount-reconciler