Skip to content

Commit 78eee93

Browse files
committed
Correct the ApplicationAuth controller name
1 parent 8c50699 commit 78eee93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ func main() {
445445
if err = (&capabilitiescontroller.ApplicationAuthReconciler{
446446
BaseReconciler: reconcilers.NewBaseReconciler(
447447
context.Background(), mgr.GetClient(), mgr.GetScheme(), mgr.GetAPIReader(),
448-
ctrl.Log.WithName("controllers").WithName("Application"),
448+
ctrl.Log.WithName("controllers").WithName("ApplicationAuth"),
449449
discoveryApplicationAuth,
450-
mgr.GetEventRecorderFor("Application")),
450+
mgr.GetEventRecorderFor("ApplicationAuth")),
451451
}).SetupWithManager(mgr); err != nil {
452452
setupLog.Error(err, "unable to create controller", "controller", "Application")
453453
os.Exit(1)

0 commit comments

Comments
 (0)