We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bf1dcf + 647b4bc commit 826f004Copy full SHA for 826f004
pkg/util/validation/limits.go
@@ -32,8 +32,8 @@ type Limits struct {
32
CardinalityLimit int `yaml:"cardinality_limit"`
33
34
// Config for overrides, convenient if it goes here.
35
- PerTenantOverrideConfig string
36
- PerTenantOverridePeriod time.Duration
+ PerTenantOverrideConfig string `yaml:"per_tenant_override_config"`
+ PerTenantOverridePeriod time.Duration `yaml:"per_tenant_override_period"`
37
}
38
39
// RegisterFlags adds the flags required to config this to the given FlagSet
0 commit comments