Skip to content
Snippets Groups Projects
Commit 7e9839e0 authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

fix helm uninstall

parent 7683e8be
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class GoogleResourceHandler(ResourceHandler):
)
async def destroy_resources(self, state):
await helm_uninstall(self.project_id)
await helm_uninstall(self.intp_id)
if state == States.FAILED:
self._delete_buckets(results=True)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment