astefanutti edited a comment on issue #2184:
URL: https://github.com/apache/camel-k/issues/2184#issuecomment-811940661


   Yes, that sounds like an interesting theory. Here is what I have that is 
compatible with it:
   
   ```console
   $ k get deployment -n knative-eventing eventing-webhook -o yaml
   ```
   
   ```yaml
   apiVersion: apps/v1
   kind: Deployment
   metadata:
     labels:
       eventing.knative.dev/release: v0.20.1
     name: eventing-webhook
     namespace: knative-eventing
   spec:
     template:
       spec:
         containers:
         - env:
           - name: SINK_BINDING_SELECTION_MODE
             value: exclusion
   ```
   
   That would also explain why upstream CI passes, as it seems the webhook is 
set to _exclusion_ mode by default.
   
   Let me try to change the value on my setup...


-- 
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:
us...@infra.apache.org


Reply via email to