Ship Tekton Hub via Tekton Operator#467
Conversation
|
The following is the coverage report on the affected files.
|
| func (th *TektonHub) SetDefaults(ctx context.Context) { | ||
|
|
||
| if th.Spec.Db.DbSecretName == "" { | ||
| th.Spec.Db.DbSecretName = "db" |
There was a problem hiding this comment.
in what namespace the secret need to be created? / will be created?
There was a problem hiding this comment.
we should prefix tekton-hub- to all hub resources
There was a problem hiding this comment.
+1 on having prefix, we need to refactor the yamls a bit so that they are specific to tekton hub
|
Could you also add a doc with installations steps.. would be easy to review :) |
0259532 to
2e68b39
Compare
|
The following is the coverage report on the affected files.
|
2e68b39 to
8cbdaa3
Compare
|
The following is the coverage report on the affected files.
|
8cbdaa3 to
1628274
Compare
|
The following is the coverage report on the affected files.
|
1628274 to
cb64ff6
Compare
|
The following is the coverage report on the affected files.
|
cb64ff6 to
547d336
Compare
|
The following is the coverage report on the affected files.
|
547d336 to
4faeea9
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
497438a to
3024723
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
0cde000 to
9b6ae91
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
9b6ae91 to
5d0d041
Compare
|
The following is the coverage report on the affected files.
|
|
/test pull-tekton-operator-integration-tests |
5d0d041 to
e794aeb
Compare
|
The following is the coverage report on the affected files.
|
|
/hold cancel |
|
/hold cancel
as this is resolved. |
This following patch contains controllers for deploying Tekton Hub DB and API components. This also contains a post-reconciler based on platform which will add an Ingress in case of kubernetes and Route in case of OpenShift. Signed-off-by: vinamra28 <vinjain@redhat.com>
e794aeb to
e542f81
Compare
|
The following is the coverage report on the affected files.
|
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nikhil-thomas The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
This following patch contains controllers for deploying Tekton Hub DB
and API components. This also contains a post-reconciler based on
platform which will add an Ingress in case of kubernetes and Route in
case of OpenShift.
Signed-off-by: vinamra28 vinjain@redhat.com
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