Skip to content

Commit

Permalink
fix: driver name in storage class helm configure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 2, 2024
1 parent 90836a6 commit 578b409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified charts/latest/csi-driver-nfs-v0.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/latest/csi-driver-nfs/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- with .Values.storageClass.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
provisioner: nfs.csi.k8s.io
provisioner: {{ .Values.driver.name }}
{{- with .Values.storageClass.parameters }}
parameters:
{{ toYaml . | indent 2 }}
Expand Down

0 comments on commit 578b409

Please sign in to comment.