Skip to content

Commit a5c3a2e

Browse files
committed
Remove from validation.
1 parent 7914af9 commit a5c3a2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/v2/config/controller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ func (c *NewControllerConfig) validate() error {
132132
if c.SeedConfig == nil {
133133
return fmt.Errorf("seed config must be specified")
134134
}
135-
if c.SeedNamespace == "" {
136-
return fmt.Errorf("seed namespace must be specified")
137-
}
138135
if c.SeedAPIServerURL == "" {
139136
return fmt.Errorf("seed api server url must be specified")
140137
}

0 commit comments

Comments
 (0)