Skip to content

Commit 5c99252

Browse files
Bobbins228openshift-ci[bot]
authored andcommitted
Added context to InstaScale Setup
1 parent 15340de commit 5c99252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func main() {
154154
Scheme: mgr.GetScheme(),
155155
Config: cfg.InstaScale.InstaScaleConfiguration,
156156
}
157-
exitOnError(instaScaleController.SetupWithManager(mgr), "Error setting up InstaScale controller")
157+
exitOnError(instaScaleController.SetupWithManager(context.Background(), mgr), "Error setting up InstaScale controller")
158158
}
159159

160160
exitOnError(mgr.AddHealthzCheck(cfg.Health.LivenessEndpointName, healthz.Ping), "unable to set up health check")

0 commit comments

Comments
 (0)