Steps to reproduce issue:
- Make sure you are using the helm client (not sure if this happens with the kubectl client)
- run
devspace up
- run
devspace down
- Don't change anything.
- Run
devspace up
Notice it says "successfully deployed..." but nothing was actually deployed.
I believe this is because it checks the generated config file to see if the chart has changed to determine if it should be deployed or not, but does not check if the chart is actually currently deployed.
This leads to you either having to delete the generated config file, or just change something insignificant to get devspace up to work again.