-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[release-v0.45.x] Make sure we pass the live config to the conversion webhook #6462
[release-v0.45.x] Make sure we pass the live config to the conversion webhook #6462
Conversation
This makes sure we pass the "live" configuration to the conversion webhook. Without this, that controller doesn't see any changes on the `feature-flags` configmap, and thus only uses the default value. This is a relatively big problem if some part of the conversion depends on it (which was the case for `embedded-status` for example) as it would cause loss of data. Signed-off-by: Vincent Demeester <[email protected]>
/kind bug |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
/retest |
flake: |
/lgtm |
/retest |
This is an automated cherry-pick of #6450
/assign vdemeester