Skip to content

Commit

Permalink
remove duplicate assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Kristof Gyuracz <kristof.gyuracz@gmail.com>
  • Loading branch information
kristofgyuracz committed Jan 30, 2024
1 parent 122806f commit 09accbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/telemetry/collector_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ func (r *CollectorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (

tenantNames = append(tenantNames, tenant.Name)

tenant.Status.Collector = collector.Name

subscriptionsForTenant, err := r.getSubscriptionsForTenant(ctx, &tenant)

if err != nil {
Expand Down

0 comments on commit 09accbb

Please sign in to comment.