From 6e4251903bb549fcaad6c97e6d274edcd150a931 Mon Sep 17 00:00:00 2001 From: Mateo Florido <32885896+mateoflorido@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:47:54 -0500 Subject: [PATCH] Fix Node Driver Registrar Value (#13) * Add config values for CSI images (#12) Add values for configuring the CSI images in the chart * Fix Node Driver Registrar Value --------- Co-authored-by: Adam Dyess --- deploy/charts/rawfile-csi/templates/01-node-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml b/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml index 5044217..31b050d 100644 --- a/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml +++ b/deploy/charts/rawfile-csi/templates/01-node-plugin.yaml @@ -91,7 +91,7 @@ spec: resources: {{- toYaml .Values.node.resources | nindent 12 }} - name: node-driver-registrar - image: {{ .Values.images.nodeDriverRegistrar }} + image: {{ .Values.images.csiNodeDriverRegistrar }} imagePullPolicy: IfNotPresent args: - --csi-address=$(ADDRESS)