diff --git a/pkg/apiserver/apiserver.go b/pkg/apiserver/apiserver.go index 3af6bc84..f98c603c 100644 --- a/pkg/apiserver/apiserver.go +++ b/pkg/apiserver/apiserver.go @@ -272,7 +272,7 @@ func (c completedConfig) New() (*PorchServer, error) { cache: cache, } - // Install the groups. + // Install the groups if err := s.GenericAPIServer.InstallAPIGroups(&porchGroup); err != nil { return nil, err }