Skip to content

Commit

Permalink
Merge pull request #516 from Santosh1176/fix-2952/hc
Browse files Browse the repository at this point in the history
Enable RecoverPanic option on reconciler
  • Loading branch information
Paulo Gomes committed Aug 12, 2022
2 parents a214763 + d196698 commit 2195310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/helmrelease_controller.go
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 2195310

Please sign in to comment.