-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 util.EnsureOwnerRef should ignore version when comparing objects #2411
🐛 util.EnsureOwnerRef should ignore version when comparing objects #2411
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Want to write any units? |
@ncdc yeah I'll, wanted to make sure the logic is sound first /hold |
aca43ee
to
ed40ec9
Compare
/hold cancel |
/lgtm |
ed40ec9
to
928c294
Compare
Signed-off-by: Vince Prignano <[email protected]>
928c294
to
86ccb66
Compare
/lgtm |
Signed-off-by: Vince Prignano [email protected]
What this PR does / why we need it:
Updates our utilities to make sure we're properly updating the references instead of duplicating them if they actually refer to the same object with different versions.
/assign @ncdc @detiber