Skip to content

Commit 9803756

Browse files
committed
fix tests
1 parent 76d8c61 commit 9803756

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/ps/controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@ func (r *PerconaServerMySQLReconciler) reconcileOrchestrator(ctx context.Context
830830
}
831831

832832
func (r *PerconaServerMySQLReconciler) reconcileOrchestratorServices(ctx context.Context, cr *apiv1alpha1.PerconaServerMySQL) error {
833-
log := logf.FromContext(ctx)
834833
if err := k8s.EnsureService(ctx, r.Client, cr, orchestrator.Service(cr), r.Scheme, true); err != nil {
835834
return errors.Wrap(err, "reconcile Service")
836835
}

0 commit comments

Comments
 (0)