Skip to content

Commit 240e0c9

Browse files
gbonnefilleAObuchow
andcommitted
doc: TODO
Co-authored-by: Andrew Obuchowicz <[email protected]> Signed-off-by: Guilhem Bonnefille <[email protected]>
1 parent 4321e9c commit 240e0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/controller/devworkspacerouting/solvers/basic_solver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func (s *BasicSolver) GetSpecObjects(routing *controllerv1alpha1.DevWorkspaceRou
8080
services := getServicesForEndpoints(spec.Endpoints, workspaceMeta)
8181
services = append(services, GetDiscoverableServicesForEndpoints(spec.Endpoints, workspaceMeta)...)
8282
routingObjects.Services = services
83+
// TODO: Use workspace-scoped routing annotations to allow overriding
8384
routingAnnotations := config.GetGlobalConfig().Routing.Annotations
8485
if infrastructure.IsOpenShift() {
8586
routingObjects.Routes = getRoutesForSpec(routingSuffix, spec.Endpoints, workspaceMeta, routingAnnotations)

0 commit comments

Comments
 (0)