Odo should support multiple k8s definition in a single yaml/inlined field #6275
Labels
area/devfile-spec
Issues or PRs related to the Devfile specification and how odo handles and interprets it.
kind/bug
Categorizes issue or PR as related to a bug.
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Milestone
/kind bug
What versions of software are you using?
Operating System:
Output of
odo version
:How did you run odo exactly?
For example, for the sample devfile and k8s yaml defined in https://github.com/devfile-samples/devfile-sample-java-springboot-basic/pull/9/files
do
odo create
,odo push
andodo deploy
Actual behavior
odo only create the very top resource definition in the k8s yaml file. In this example, it creates the deployment, and ignores the service.
Expected behavior
odo should not restrict the usage, it should allows multiple objects in the yaml file, and deploys all.
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: