Skip to content

Commit 5a6718a

Browse files
authored
Fix typo in the runtime configuration example (cortexproject#3663)
The mirror enabled option uses `mirror_enabled` as key as you can see [here](https://github.com/cortexproject/cortex/blob/6165acfd5dcfc99aca631fce2601b2e6e663c12f/pkg/ring/kv/multi.go#L72) Signed-off-by: Mario de Frutos <mario@defrutos.org>
1 parent a94833a commit 5a6718a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ overrides:
416416
max_series_per_query: 100000
417417
418418
multi_kv_config:
419-
mirror-enabled: false
419+
mirror_enabled: false
420420
primary: memberlist
421421
```
422422

0 commit comments

Comments
 (0)