Feature Request: Add Support for Showing Helm Diff
Is your feature request related to a problem? No.
Which solution do you suggest? As a developer, I would like to see a diff after running the devspace deploy command, especially if I have a huge values YAML file with different values. It would be great to see the result before deploying the changes. Sometimes, I just mess up some values and I'm unsure if something on the manifests will change or not.
Which alternative solutions exist? None.
Additional context There is already a Helm diff plugin, but it may be hard to support it. On the other hand, Helm diff can be executed from the hook, but the problem is that it may be very hard to get all the values. I'm still new to DevSpace and may be missing something. Also, I know that many people don't like Helm, but it's widely used, and having this feature would be great.