-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add TektonResult to TektonConfig doc #2400
base: main
Are you sure you want to change the base?
Conversation
a9a2155
to
a017413
Compare
result: | ||
disabled: false | ||
is_external_db: false | ||
options: {} |
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.
@pratap0007 still the results
is not part for TektonConfig CRD
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.
Thanks for the PR @pratap0007,
however the results
is not part of the TektonConfig CRD, if you are working on the implementation, please update this doc changes on the implementation PR.
a017413
to
017ac5a
Compare
[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 |
017ac5a
to
0225862
Compare
0225862
to
4c868b0
Compare
Result section allows user to customize the Tekton Result component, Refer to [Result Spec](https://github.com/tektoncd/operator/blob/main/docs/TektonResult.md#spec) section in TektonResult for available options. | ||
|
||
Example: | ||
|
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.
Should we mention what's the default when no values are specified?
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.
@pratap0007 ^^^
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.
@khrm updated and please review once again
7bb8836
to
2106dea
Compare
2106dea
to
b18a3b4
Compare
/retest |
/restest |
/retest |
b18a3b4
to
03bd2eb
Compare
This will add the instructions in TektonConfig doc how to install and manage Results component through Tekton Config TektonConfig doc and updates TektonResult doc Signed-off-by: Shiv Verma
03bd2eb
to
6c9d8c7
Compare
is it good to be merged ? |
yes, it is good to merge cc: @khrm @savitaashture |
Changes
This will add the instructions in TektonConfig doc how to install and manage
Results component through Tekton Config TektonConfig doc and updates TektonResult doc
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