mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
fix: move ec configuration from configmap to extraEnv (#2408)
This commit is contained in:
@@ -82,9 +82,3 @@ data:
|
||||
RUSTFS_SCANNER_IDLE_MODE: {{ .idle_mode | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.mode.distributed.enabled }}
|
||||
{{- with .Values.config.rustfs.ec }}
|
||||
RUSTFS_ERASURE_SET_DRIVE_COUNT: {{ 16 | quote }}
|
||||
RUSTFS_STORAGE_CLASS_STANDARD: {{ .storage_class_standard | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user