Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(appset): migrateStatus updates appset pointer after updating (#19619
) # Context: `migrateStatus` updates the status of the appset but after succeeding it does not update the in memory object which means that that new updates may fail due to conflict since it's comparing it to the object previous to updating it in `migrateStatus`. # What does this PR? - After updating the appset object in `migrateStatus` it gets the object again to reference it in the appset pointer of the reconciler. Signed-off-by: Carlos Rejano <carlosrejanoromeu@gmail.com>
- Loading branch information