fix: wire up ILM sub-system properly for help (#19836)

This commit is contained in:
Harshavardhana
2024-05-30 01:14:58 -07:00
committed by GitHub
parent 38d059b0ae
commit aad50579ba
3 changed files with 16 additions and 2 deletions

View File

@@ -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",