Skip to content

Commit 07dc15a

Browse files
committed
Fix comments
1 parent b6a8ef3 commit 07dc15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/trustyaiservice_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (r *TrustyAIServiceReconciler) Reconcile(ctx context.Context, req ctrl.Requ
174174
return RequeueWithErrorMessage(ctx, err, "Retrying to restart deployment during migration.")
175175
}
176176

177-
// Optionally, remove the migration annotation after processing to avoid repeated restarts
177+
// Remove the migration annotation after processing to avoid restarts
178178
delete(instance.Annotations, migrationAnnotationKey)
179179
log.FromContext(ctx).Info("Deleting annotation")
180180
if err := r.Update(ctx, instance); err != nil {

0 commit comments

Comments
 (0)