Skip to content

Commit

Permalink
fix(): set client for slicegw & svcimport reconciler
Browse files Browse the repository at this point in the history
Signed-off-by: Mridul Gain <[email protected]>
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
mridulgain authored and soharab-ic committed Feb 26, 2024
1 parent 476b6af commit d23874e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/hub/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func Start(meshClient client.Client, hubClient client.Client, ctx context.Contex
}

sliceGwReconciler := &controllers.SliceGwReconciler{
Client: mgr.GetClient(),
MeshClient: meshClient,
EventRecorder: &workerSliceEventRecorder,
ClusterName: ClusterName,
Expand All @@ -160,6 +161,7 @@ func Start(meshClient client.Client, hubClient client.Client, ctx context.Contex
}

serviceImportReconciler := &controllers.ServiceImportReconciler{
Client: mgr.GetClient(),
MeshClient: meshClient,
EventRecorder: &workerSliceEventRecorder,
}
Expand Down

0 comments on commit d23874e

Please sign in to comment.