fix: move ec configuration from configmap to extraEnv (#2408)

This commit is contained in:
majinghe
2026-04-07 11:00:21 +08:00
committed by GitHub
parent 898857d1c9
commit 751bc3d737
3 changed files with 5 additions and 9 deletions
-6
View File
@@ -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 }}