Skip to content

Commit

Permalink
fix: automount resource reference was referencing wrong object in hel…
Browse files Browse the repository at this point in the history
…m chart (#143)
  • Loading branch information
SebastiaanBASF authored May 31, 2024
1 parent f49f6c6 commit 1bf0edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf0edd

Please sign in to comment.