Skip to content

Commit 647b4bc

Browse files
committed
Expose the limits override config fields to YAML
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 4bf1dcf commit 647b4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/util/validation/limits.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ type Limits struct {
3232
CardinalityLimit int `yaml:"cardinality_limit"`
3333

3434
// Config for overrides, convenient if it goes here.
35-
PerTenantOverrideConfig string
36-
PerTenantOverridePeriod time.Duration
35+
PerTenantOverrideConfig string `yaml:"per_tenant_override_config"`
36+
PerTenantOverridePeriod time.Duration `yaml:"per_tenant_override_period"`
3737
}
3838

3939
// RegisterFlags adds the flags required to config this to the given FlagSet

0 commit comments

Comments
 (0)