datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
415 stars 43 forks source link

Sub directory not deployed #192

Closed pkim-auro closed 6 years ago

pkim-auro commented 6 years ago

HI,

When my directory looks like this: ../k8s/deployment.yaml - it works

with: ../k8s/forge-template/deployment.yaml - it renders but it fails to deploy.

here's the text from forge deploy ║ rendered: (none) ║ deployed: portfolio-service

I can code in a workaround I think but I'm hoping this is a simple fix.

pkim-auro commented 6 years ago

i was able to make it wake up like this: with: ../k8s/deloyment.yaml -> only container an initial line of "---" ../k8s/forge-template/deployment.yaml - it renders but it fails to deploy.

but still no deploy

rhs commented 6 years ago

This should be fixed now in 0.4.12