Skip to content

Commit

Permalink
Enable RecoverPanic option on reconciler
Browse files Browse the repository at this point in the history
Signed-off-by: Santosh Kaluskar <dtshbl@gmail.com>
  • Loading branch information
Santosh1176 committed Aug 12, 2022
1 parent a214763 commit d196698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/helmrelease_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (r *HelmReleaseReconciler) SetupWithManager(mgr ctrl.Manager, opts HelmRele
WithOptions(controller.Options{
MaxConcurrentReconciles: opts.MaxConcurrentReconciles,
RateLimiter: opts.RateLimiter,
RecoverPanic: true,
}).
Complete(r)
}
Expand Down

0 comments on commit d196698

Please sign in to comment.