Skip to content

Commit

Permalink
Enable TektonInstallerSet on OpenShift
Browse files Browse the repository at this point in the history
This enable the installer set for openshift and in extension
update the code to install resources directly instead of using
common pkg which has prev install flow, which would break now
as older condtions are used in common/install which are now
removed for TektonPipeline.

Signed-off-by: Shivam Mukhade <[email protected]>
  • Loading branch information
Shivam Mukhade authored and tekton-robot committed Sep 6, 2021
1 parent a2fe3a7 commit 805be35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 61 deletions.
2 changes: 2 additions & 0 deletions cmd/openshift/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
package main

import (
"github.com/tektoncd/operator/pkg/reconciler/kubernetes/tektoninstallerset"
"github.com/tektoncd/operator/pkg/reconciler/openshift/tektonaddon"
"github.com/tektoncd/operator/pkg/reconciler/openshift/tektonconfig"
"github.com/tektoncd/operator/pkg/reconciler/openshift/tektonpipeline"
Expand All @@ -30,5 +31,6 @@ func main() {
tektontrigger.NewController,
tektonaddon.NewController,
tektonconfig.NewController,
tektoninstallerset.NewController,
)
}
Loading

0 comments on commit 805be35

Please sign in to comment.