Skip to content

Commit

Permalink
Merge pull request #708 from Santosh1176/fix-2952/kc
Browse files Browse the repository at this point in the history
Enable RecoverPanic option on reconciler
  • Loading branch information
Paulo Gomes authored Aug 15, 2022
2 parents e383818 + e486234 commit a97f1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/kustomization_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func (r *KustomizationReconciler) SetupWithManager(mgr ctrl.Manager, opts Kustom
WithOptions(controller.Options{
MaxConcurrentReconciles: opts.MaxConcurrentReconciles,
RateLimiter: opts.RateLimiter,
RecoverPanic: true,
}).
Complete(r)
}
Expand Down

0 comments on commit a97f1d1

Please sign in to comment.