Skip to content

Commit 2195310

Browse files
author
Paulo Gomes
authored
Merge pull request #516 from Santosh1176/fix-2952/hc
Enable RecoverPanic option on reconciler
2 parents a214763 + d196698 commit 2195310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/helmrelease_controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ func (r *HelmReleaseReconciler) SetupWithManager(mgr ctrl.Manager, opts HelmRele
123123
WithOptions(controller.Options{
124124
MaxConcurrentReconciles: opts.MaxConcurrentReconciles,
125125
RateLimiter: opts.RateLimiter,
126+
RecoverPanic: true,
126127
}).
127128
Complete(r)
128129
}

0 commit comments

Comments
 (0)