lburgazzoli opened a new issue #3010:
URL: https://github.com/apache/camel-k/issues/3010
Assuming a KameletBinding lacks sourece/sink, as example:
```yaml
piVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
name: c82iernvdc4irh6evn20
namespace: default
spec:
integration:
configuration:
- type: secret
value: c82iernvdc4irh6evn20
profile: OpenShift
steps: []
```
The operator will fail with something like:
```json
{
"level":"error",
"ts":1644832192.1764352,
"logger":"controller.kamelet-binding-controller",
"msg":"Reconciler error",
"name":"c82iernvdc4irh6evn20",
"namespace":"cos",
"error":"could not determine source URI: no ref or URI specified in
endpoint",
"errorVerbose":"no ref or URI specified in endpoint"
}
```
But the error is not reported in the KameletBinding's status
--
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]