-
Bug
-
Resolution: Done
-
Major
-
None
-
1.0.0-rc.3
-
False
-
-
False
-
-
Description of the problem:
Deleting Orchestrator helm chart before deleting workflow helm charts results in SonataFlow project being stuck in Terminating state.
How reproducible:
100%
Steps to reproduce:
1. Deploy Orchestrator via OCP UI using Helm
2. Deploy workflows via OCP UI using Helm
3. Delete Orchstrator helm release
5. Delete the sonataflow-infra projectÂ
6. wait for sonataflow-infra project to terminate
7. After 10 plus mins sonataflow-infra project is stuck in Terminating state waiting on knative resources
Actual results:
Sonataflow-infra project is stuck in terminating state when orchestrator is deleted before the workflows
Expected results:
Two options:
- Everything tears down correctly
- Document that the workflow helm resources need to be deleted before deleting the orchestrator helm resources
- links to