dir.idx volume config

enable setting dir.idx for volume server
This commit is contained in:
LazyDBA247-Anyvision
2021-01-13 22:16:39 +02:00
parent cfc2033bf8
commit 5e62f77681
2 changed files with 5 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ spec:
-metricsPort {{ .Values.volume.metricsPort }} \
{{- end }}
-dir={{ .Values.volume.dir }} \
{{- if .Values.volume.dir_idx }}
-dir.idx={{ .Values.volume.dir_idx }} \
{{- end }}
-max={{ .Values.volume.maxVolumes }} \
{{- if .Values.volume.rack }}
-rack={{ .Values.volume.rack }} \