astefanutti opened a new pull request #2645: URL: https://github.com/apache/camel-k/pull/2645
This PR makes sure reconciliation of the Integration state works consistently for all possible phases after the build. It _artificially_ collapses the `Deploying`, `Running` and `Error` phases into a single one, so that the reconciliation logic is exactly the same. The phases are still set on the Integration status for observability, but we should assess whether it makes sense to keep them, or turn the reporting into a condition instead. Fixes #2640. **Release Note** ```release-note fix: Unify post-build integration phases reconcilation ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
