vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Fix dispatch uninstall cmd ignoring config file #569

Closed neosab closed 6 years ago

neosab commented 6 years ago

Currently, dispatch uninstall cmd is ignoring the namespace definition in the config file. This patch fixes it and adds some unit test as the command is broken more often than not.


This change is Reviewable