Skip to content

Commit c992d80

Browse files
authored
Merge pull request #807 from andyzhangx/fix-drivername-sc
fix: driver name in storage class helm configure
2 parents 90836a6 + 59adb7c commit c992d80

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
-8 Bytes
Binary file not shown.

charts/latest/csi-driver-nfs/templates/storageclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
{{- with .Values.storageClass.annotations }}
1010
{{- toYaml . | nindent 4 }}
1111
{{- end }}
12-
provisioner: nfs.csi.k8s.io
12+
provisioner: {{ .Values.driver.name }}
1313
{{- with .Values.storageClass.parameters }}
1414
parameters:
1515
{{ toYaml . | indent 2 }}
-4 Bytes
Binary file not shown.

charts/v4.9.0/csi-driver-nfs/templates/storageclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
{{- with .Values.storageClass.annotations }}
1010
{{- toYaml . | nindent 4 }}
1111
{{- end }}
12-
provisioner: nfs.csi.k8s.io
12+
provisioner: {{ .Values.driver.name }}
1313
{{- with .Values.storageClass.parameters }}
1414
parameters:
1515
{{ toYaml . | indent 2 }}

0 commit comments

Comments
 (0)