Describe the bug
When I use --wait in the HelmChart construct, helm does not correctly wait during object deletion.
Expected Behavior
Helm should pass --wait on uninstall.
Current Behavior
Dependency ordering is not respected.
Reproduction Steps
- Create helm chart that contains objects with finalizers
- Delete helm chart
- Helm chart should block deletion until the objects are successfully deleted
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.117.0
Framework Version
No response
Node.js Version
14
OS
osx
Language
TypeScript
Language Version
No response
Other information
No response
Describe the bug
When I use
--waitin the HelmChart construct, helm does not correctly wait during object deletion.Expected Behavior
Helm should pass
--waiton uninstall.Current Behavior
Dependency ordering is not respected.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.117.0
Framework Version
No response
Node.js Version
14
OS
osx
Language
TypeScript
Language Version
No response
Other information
No response