diff --git a/controllers/pvc.go b/controllers/pvc.go index 165cde55a..b40925d98 100644 --- a/controllers/pvc.go +++ b/controllers/pvc.go @@ -139,7 +139,7 @@ func (r *MySQLClusterReconciler) resizePVCs(ctx context.Context, cluster *mocov1 return resizedPVC, fmt.Errorf("failed to update PVC: %w", err) } - log.Info("PVC resized", "namespace", pvc.Namespace, "pvcName", pvc.Name) + log.Info("PVC resized", "pvcName", pvc.Name) resizedPVC[pvc.Name] = pvc }