Skip to content

Commit

Permalink
Removed duplicate log fields
Browse files Browse the repository at this point in the history
Signed-off-by: d-kuro <[email protected]>
  • Loading branch information
d-kuro committed Jul 2, 2022
1 parent c4dcf94 commit 4f8e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/pvc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4f8e2d8

Please sign in to comment.