werf helm upgrade with --atomic
flag does not rollback release after receiving SIGINT
#59
Labels
--atomic
flag does not rollback release after receiving SIGINT
#59
Before proceeding
Version
2.6.0
How to reproduce
--atomic
flag:werf helm upgrade --install some-chart --atomic -f values.yaml
Result
Werf will print "Release my-release has been cancelled" and the chart will remain in "pending-*" state.
You can check it like this:
helm ls -a
Expected result
The release will be rolled back due
--atomic
is set.Additional information
This is how helm works:
It would be great if werf could work the same way there.
The text was updated successfully, but these errors were encountered: