-
Notifications
You must be signed in to change notification settings - Fork 292
stop opinionating webhook namespaceselector field #3841
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
base: main
Are you sure you want to change the base?
Conversation
CDI opinionates the namespace selector field which makes it play badly in case something is mutating this field. Since we don't care we can just leave empty and allow merging with our desired spec. Signed-off-by: Alex Kalenyuk <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @mhenriks |
/lgtm |
/test pull-containerized-data-importer-e2e-istio |
Pull requests that are marked with After that period the bot marks them with the label /label needs-approver-review |
/cc @mhenriks |
@akalenyu have you tested upgrade? I think it should work |
we have an upgrade lane on PRs in CDI that does this |
but does the upgrade test verify (or you personally) that |
I didn't, I am relying on the CR not being able to reach |
@mhenriks so apparently there is in fact a DIFF spam over the default being the empty selector AND this PR won't make a different selector go through unchanged by us |
What this PR does / why we need it:
CDI opinionates the namespace selector field
which makes it play badly in case something is mutating this field.
Since we don't care we can just leave empty and allow merging with our desired spec.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #3810
Special notes for your reviewer:
Release note: