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
383 stars 118 forks source link

Handle case where the git repo is outside the base input folder of move2kube #118

Open ashokponkumar opened 3 years ago

HarikrishnanBalagopal commented 3 years ago

Related issue https://github.com/konveyor/move2kube/issues/61

HarikrishnanBalagopal commented 3 years ago

Possible fix: Look at ignoreEnv: https://github.com/konveyor/move2kube/blob/6b90cbd5453c8eddf894823a62ef8373c043c8c7/cmd/move2kube/move2kube.go#L34 and if it is true ignore the git repos that are outside the source folder.