-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fix chains default config #2269
Fix chains default config #2269
Conversation
e45ea88
to
86cade7
Compare
The following is the coverage report on the affected files.
|
After making Chains install through TektonConfig, for backward compatibility to keep chains configured data preserved a mechanism was added to add the data from chains-config configMap to TektonConfig But if Chains is installed through TektonConfig and some default chains config, then those were getting over written because chains-config configMap was empty. Hence with this patch removing this support for backward compatibilty Fixes: tektoncd#2160 Signed-off-by: PuneetPunamiya <[email protected]>
86cade7
to
6893d2c
Compare
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkandasa 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 |
/lgtm |
After making Chains install through TektonConfig, for backward compatibility to keep chains configured data preserved a mechanism was added to add the data from chains-config configMap to TektonConfig
But if Chains is installed through TektonConfig and some default chains config, then those were getting over written because chains-config configMap was empty.
Hence with this patch removing this support for backward compatibilty
Fixes: #2160
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lint
before submitting a PRSee the contribution guide for more details.
Release Notes