-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm Release: Await deletion if skipAwait is unset or atomic is specified #1742
Conversation
c2ebdfe
to
cee8e85
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
2 similar comments
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Simplest thing I can think of would be a time check. It's pretty brute force, but if the time difference is more than a few seconds, it should be possible to assert on the time that the deletion takes. If that's not working out, it's probably ok to validate manually for now. |
23f136c
to
08117c6
Compare
Sadly couldn't get a reliable test for the suite here. I think this is safe to merge as is if the existing tests pass. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Fixes #1739
Bumps Helm to v3.7.0 to pull in support for await on uninstall.