Skip to content

Commit c19ce90

Browse files
committed
Name AzureIdentityController so it doesn't log as AzureCluster controller
1 parent 9940f37 commit c19ce90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/azureidentity_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func (r *AzureIdentityReconciler) SetupWithManager(ctx context.Context, mgr ctrl
6363
WithOptions(options).
6464
For(&infrav1.AzureCluster{}).
6565
WithEventFilter(predicates.ResourceNotPausedAndHasFilterLabel(log, r.WatchFilterValue)).
66+
Named("AzureIdentity").
6667
Build(r)
6768
if err != nil {
6869
return errors.Wrap(err, "error creating controller")

0 commit comments

Comments
 (0)