diff --git a/internal/config/api/help.go b/internal/config/api/help.go index 84937a63d..61ed49dc9 100644 --- a/internal/config/api/help.go +++ b/internal/config/api/help.go @@ -34,6 +34,12 @@ var ( Optional: true, Type: "duration", }, + config.HelpKV{ + Key: apiClusterDeadline, + Description: `set the deadline for cluster readiness check e.g. "10s"`, + Optional: true, + Type: "duration", + }, config.HelpKV{ Key: apiCorsAllowOrigin, Description: `set comma separated list of origins allowed for CORS requests e.g. "https://example1.com,https://example2.com"`, @@ -46,6 +52,12 @@ var ( Optional: true, Type: "duration", }, + config.HelpKV{ + Key: apiListQuorum, + Description: `set the acceptable quorum expected for list operations e.g. "optimal", "reduced", "disk", "strict", defaults to "strict"`, + Optional: true, + Type: "string", + }, config.HelpKV{ Key: apiReplicationWorkers, Description: `set the number of replication workers, defaults to 100`,