You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want skaffold to clean up the deployed helm v3 releases similar to kubectl resources when I hit [Ctrl]+C. What can I do? Currently it fails with "unknown flag: --purge" error and we have to manually delete each helm release before we can run skaffold again. Very inconvenient.
Workaround:
helm delete <release-name>
The text was updated successfully, but these errors were encountered: