compose2kube
compose2kube copied to clipboard
Not assuming docker-compose.yml file name
When flag -compose-file-path
is specified, actually it assumes that it is only the directory name containing docker-compose.yml
file. This PR adds the behaviour that other file name can be used instead of default docker-compose.yml
i.e. -compose-file-path my_directory/my_compose_file_name.yml
.