opencompose
opencompose copied to clipboard
Make container name optional if only service is specified
As per discussions on #164, @kadel thinks that if there is only one service in the OpenCompose file, then we should make specifying the container name optional and assign an auto-generated name to the generated PodSpec.
While I think that we should keep one behavior throughout all the cases and keep container name to be mandatory.
This is the issue which tracks this discussion :)