Skip to content

Commit af95f53

Browse files
committed
Fix wrong RA status when giving up retries
Signed-off-by: Jaime Caamaño Ruiz <[email protected]>
1 parent 75fe04c commit af95f53

File tree

1 file changed

+1
-1
lines changed
  • go-controller/pkg/clustermanager/routeadvertisements

1 file changed

+1
-1
lines changed

go-controller/pkg/clustermanager/routeadvertisements/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func NewController(
116116
)
117117
}
118118

119-
return c.updateRAStatus(ra, false, err)
119+
return c.updateRAStatus(ra, false, errorstatus)
120120
}
121121

122122
raConfig := &controllerutil.ControllerConfig[ratypes.RouteAdvertisements]{

0 commit comments

Comments
 (0)