Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch the correct observed state after a
rm.ReadOne
call
`resourceManager.ReadOne` is not returning the correct observed state when `sdkFind` returns with an error. Which is causing the reconciler to patch to wrong state (`desird` instead `observed`). This patch fixes this issue by passing the correct observed state to `onError`.
- Loading branch information