mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
deploy: allow mkfsOptions
Signed-off-by: Domonkos Cinke <seayou@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
d753eaa016
commit
d0fea3baed
@ -21,6 +21,9 @@ parameters:
|
||||
{{- if .Values.storageClass.tryOtherMounters }}
|
||||
tryOtherMounters: {{ .Values.storageClass.tryOtherMounters | quote}}
|
||||
{{- end }}
|
||||
{{- if .Values.storageClass.mkfsOptions }}
|
||||
mkfsOptions: {{ .Values.storageClass.mkfsOptions }}
|
||||
{{- end }}
|
||||
{{- if .Values.storageClass.mounter }}
|
||||
mounter: {{ .Values.storageClass.mounter }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user