konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
385 stars 118 forks source link

Make tekton pipeline resource more generic to support use cases outside CI/CD. #121

Closed HarikrishnanBalagopal closed 2 years ago

HarikrishnanBalagopal commented 4 years ago

Currently the pipeline resource is very much tailored for CI/CD pipeline generation: https://github.com/konveyor/move2kube/blob/0a6db0083e27350c05c83219fc5820da3ddc2841/internal/apiresource/pipeline.go#L62-L154

Make the creation of the pipeline more generic so it can be used for more things.

ashokponkumar commented 2 years ago

Using templates in v3 this can be achieved