mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
fix: wire up ILM sub-system properly for help (#19836)
This commit is contained in:
@@ -33,9 +33,9 @@ var (
|
||||
return config.DefaultHelpPostfix(DefaultKVS, key)
|
||||
}
|
||||
|
||||
// HelpILM holds configuration keys and their default values for the ILM
|
||||
// Help holds configuration keys and their default values for the ILM
|
||||
// subsystem
|
||||
HelpILM = config.HelpKVS{
|
||||
Help = config.HelpKVS{
|
||||
config.HelpKV{
|
||||
Key: transitionWorkers,
|
||||
Type: "number",
|
||||
|
||||
Reference in New Issue
Block a user