We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7914af9 commit a5c3a2eCopy full SHA for a5c3a2e
api/v2/config/controller.go
@@ -132,9 +132,6 @@ func (c *NewControllerConfig) validate() error {
132
if c.SeedConfig == nil {
133
return fmt.Errorf("seed config must be specified")
134
}
135
- if c.SeedNamespace == "" {
136
- return fmt.Errorf("seed namespace must be specified")
137
- }
138
if c.SeedAPIServerURL == "" {
139
return fmt.Errorf("seed api server url must be specified")
140
0 commit comments