@sparse-park-68967 I think there's an issue with the new helm releases, their dependencies and uninstall / delete
AFAICT, under the hood the call to helm uninstall does not wait, so dependencies do not unwind in the correct order.
When this deletes a resource with a finalizer then other resources are orphaned and it cascades from there...
s
sparse-park-68967
09/30/2021, 2:13 AM
ah hmm that is a possibility. We have await for install but I can see that not being readily available in delete.
Can you file an issue? I will have some time to investigate tomorrow.
I don't think we have an easy way to see dependency information at this level in the provider but it seems reasonable to make delete wait by default...
Or at least if skipAwait is false on the release resource, make uninstall await as well