Skip to content

Commit 826f004

Browse files
authored
Merge pull request #1392 from gouthamve/expose-override-file-config
Expose the limits override config fields to YAML
2 parents 4bf1dcf + 647b4bc commit 826f004

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)