mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-21 11:06:29 +10:00
Body read errors are just regular errors, so we can reclassify them all into absorb errors Since we only have absorb errors, flip the switch so that all errors are absorbed. This will make it easier to surface errors into the controller. Signed-off-by: Daniel Morsing <dmo@jetstack.io>