-
Notifications
You must be signed in to change notification settings - Fork 371
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
Ignore "release: not found" error on helm_resource destroy #1487
Conversation
6047167
to
8a90b81
Compare
8a90b81
to
64847ff
Compare
helm/resource_release_test.go
Outdated
@@ -1758,6 +1758,45 @@ func TestAccResourceRelease_delete_regression(t *testing.T) { | |||
}) | |||
} | |||
|
|||
func TestAccResourceRelease_destroy_ignoreReleaseNotFoundError(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not really something we tend to test for let's remove the acceptance test and just go with the codechange. We will run the full suite of tests to ensure no regressions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay, I have removed it
64847ff
to
e1fa892
Compare
I will add the changelog entry for you and get this merged |
Description
Ignore "release: not found" error on helm_resource destroy to address GH-1488
Acceptance tests
Release Note
Release note for CHANGELOG:
References
helm uninstall --ignore-not-found
#1488Community Note
Closes #1488