fix: driver name in storage class helm configure
fix: driver name in storage class helm configure
This commit is contained in:
parent
90836a64d7
commit
59adb7cef4
Binary file not shown.
@ -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 }}
|
||||
|
||||
Binary file not shown.
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user