squakez commented on issue #4179: URL: https://github.com/apache/camel-k/issues/4179#issuecomment-1493997919
I'm working to maintain `KameletBindings` reconciliation loop. We have a cost of duplicating code but I guess we can survive with that until we remove the CR. However, we have another problem. The `KameletBinding` is meant to work with `v1alpha1.Kamelet`, which is also promoted to `v1.Kamelet`. That means that the reconciliation loop fails as it does not find the expected type, but the new `v1` one. A possible approach here would be to fallback to the new Kamelet version during the reconciliation loop. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org