Hi François,
In move2kube, the default configuration is that it tries to analyse a folder with multiple projects in some form and then transforms to artifacts required for deployment in k8s. The planning phase analyses the folder and creates a plan, and in the transform phase, depending on the services detected in the plan phase, it creates the k8s artifacts. The config file is used to auto answer questions the transform phase tends to ask.
In your case, it seems like you are trying to created Deployment artifacts for a bunch of images, is that correct? What is the source artifacts in? Do you have a Docker compose file or a bunch of folders with a bunch of Dockerfiles or any other artifact you have?
Regards,
Ashok