diff --git a/internal/controller/cluster_monitoring_controller.go b/internal/controller/cluster_monitoring_controller.go index 0aabcad7..c0873033 100644 --- a/internal/controller/cluster_monitoring_controller.go +++ b/internal/controller/cluster_monitoring_controller.go @@ -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)