Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/resourcemerge: account for proxy changes
`ensureControllerConfigSpec` wasn't accounting for any change for the Proxy field which lead to the `modified` bool not flipping to true when the Proxy did change. That causes any edits in the Proxy object to don't trigger a resync because the new controllerconfig isn't updated with the new proxy field. Fix all that by teaching `ensureControllerConfigSpec` about Proxy field changes so the MCO _is_ resyncing once it changes. Signed-off-by: Antonio Murdaca <[email protected]>
- Loading branch information