Skip to content

Commit

Permalink
Fix Node Driver Registrar Value (#13)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
mateoflorido and addyess authored Jun 21, 2024
1 parent 5325026 commit 6e42519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/rawfile-csi/templates/01-node-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6e42519

Please sign in to comment.