dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

tye deploy when yaml file specifies images expects to build projects. #1475

Open ksmithRenweb opened 1 year ago

ksmithRenweb commented 1 year ago

Describe the bug

As a developer, when i use tye deploy, I expect it to use the specified container image(s), rather than assume it needs to compile projects and build the containers.

To Reproduce

Run tye deploy against a tye.yaml that has only images specified for services.

Further technical details

kubectl context is set to docker desktop