Adds documentation to support agentic workflows#20665
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jkhelil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
aThorp96
left a comment
There was a problem hiding this comment.
We should also include a note about the branching strategy. The main branch is still the default branch and where all the Github Action automation lives, but next is used in some cases alongside release-vX.Y.x
|
|
||
| It vendors [`tektoncd/operator`](https://github.com/tektoncd/operator) and assembles OpenShift-specific customizations, image references, and OLM (Operator Lifecycle Manager) artifacts needed to ship OpenShift Pipelines as a supported Red Hat product. | ||
|
|
||
| ## What This Repo Does |
There was a problem hiding this comment.
Since the OLM bundle and Operator component are only tangentially related, this clarifies that there's two (and sometimes three) artifacts
| ## What This Repo Does | |
| ## What This Repo Does | |
| This repo serves two purposes. It vendors the upstream `tektoncd/operator` to build the downstream Operator (the component) and also builds the OLM Bundle which installs the Operator. These are two related but distinct responsibilities. | |
| In order to serve these two purposes, this repo does the following: |
No description provided.