-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adds params to customize TektonAddon component on OpenShift #328
Conversation
/cc @nikhil-thomas @vdemeester @savitaashture |
The following is the coverage report on the affected files.
|
/approve |
4258fff
to
535447b
Compare
The following is the coverage report on the affected files.
|
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@sm43 could you rebase ? /hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
- This adds params in TektonConfig which would be copied to Tekton Addon CR to customize installation of different components of Addons. - If the params are not passed in TektonConfig CR, controller will add them with default values. - User can change values in TektonConfig to change the component installation of Addon. - If Addon is created through TektonConfig CR, and if later values are changed in Addon CR, it will get overwritten by TektonConfig CR values. Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
535447b
to
4cc70fb
Compare
The following is the coverage report on the affected files.
|
/lgtm |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nikhil-thomas, savitaashture 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 |
/hold cancel |
CR to customize installation of different components of Addons.
with default values.
of Addon.
Addon CR, it will get overwritten by TektonConfig CR values.
Signed-off-by: Shivam Mukhade smukhade@redhat.com
TektonConfig CR
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes