Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0f80f04

Browse files
committed
Fix for real
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 1c6def1 commit 0f80f04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cortex/ruler.libsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
// Limits
2424
'ruler.max-rules-per-rule-group': $._config.limits.ruler_max_rules_per_rule_group,
2525
'ruler.max-rule-groups-per-tenant': $._config.limits.ruler_max_rule_groups_per_tenant,
26+
27+
// Storage
28+
'querier.second-store-engine': $._config.querier_second_storage_engine,
2629
},
2730

2831
ruler_container::

0 commit comments

Comments
 (0)