gansheer opened a new pull request, #4162: URL: https://github.com/apache/camel-k/pull/4162
Fixes #4160 ## Motivation When using `kamel uninstall` command the CamelCatalogs CR are not removed from the cluster. When an operator with the same Runtime is installed, it is already considered as Ready so the builder image container is not builded again with the code from the operator. ## Description Remove all the CamelCatalogs in the namespace of the operator on `kamel uninstall call` and add a `skip-camel-catalogs` flag. **Release Note** ```release-note Fix(cli): Remove CamelCatalogs CR on kamel uninstall ``` -- 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]
