maschmid commented on issue #2184:
URL: https://github.com/apache/camel-k/issues/2184#issuecomment-813534023
@weimeilin79 If you install via an Operator (Serverless operator or Knative
Operator), a possible workaround could be to switch KnativeEventing
sinkBindingSelectionMode to exclusion
```
apiVersion: operator.knative.dev/v1alpha1
kind: KnativeEventing
metadata:
name: knative-eventing
namespace: knative-eventing
spec:
sinkBindingSelectionMode: exclusion
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]