Skip to content

Commit

Permalink
Update internal/controller/cluster_monitoring_controller.go
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Jun 22, 2024
1 parent 718de32 commit b249e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/cluster_monitoring_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (r *ClusterMonitoringReconciler) Reconcile(ctx context.Context, req ctrl.Re
return ctrl.Result{}, errors.WithStack(err)
}

// Linting is disabled for the 2 following lines as otherwise it fails with the following error:
// Linting is disabled for the following line as otherwise it fails with the following error:
// "should not use built-in type string as key for value"
logger := log.FromContext(ctx).WithValues("installation", r.ManagementCluster.Name) // nolint
ctx = log.IntoContext(ctx, logger)
Expand Down

0 comments on commit b249e1d

Please sign in to comment.