apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
868 stars 349 forks source link

fix(trait): execute GC only in running phases #5883

Closed squakez closed 1 month ago

squakez commented 1 month ago

This is required as many resource are not available in the Initialization phase, therefore may be removed even when they are expected to be instead updated (by Deployer trait).

Closes #5874

Release Note

fix(trait): execute GC only in running phases