datawire / forge

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

Removing a manifest from ./k8s will not remove it from the .forge cache #116

Closed tristanpemble closed 6 years ago

tristanpemble commented 6 years ago

If you create a file ./k8s/some-manifest.yaml, then run forge deploy, then delete ./k8s/some-manifest.yaml, it seems the following forge deploy will continue to try to deploy the file in ./.forge/k8s/some-manifest.yaml

tristanpemble commented 6 years ago

This is actually not true 🥇