We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1dcf commit 647b4bcCopy full SHA for 647b4bc
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