Skip to content

Commit

Permalink
Merge pull request kurator-dev#575 from LiZhenCheng9527/fix-delete-app
Browse files Browse the repository at this point in the history
add remove application finalizer
  • Loading branch information
kurator-bot authored Jan 19, 2024
2 parents 566d702 + 8c853b7 commit cec152e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fleet-manager/application/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ func (a *ApplicationManager) reconcileDelete(ctx context.Context, app *applicati
return ctrl.Result{}, errors.Wrapf(err, "failed to delete rollout resource in cluster")
}

controllerutil.RemoveFinalizer(app, ApplicationFinalizer)
return ctrl.Result{}, nil
}

Expand Down

0 comments on commit cec152e

Please sign in to comment.