You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/02 08:52:18 UTC

[GitHub] [camel-k] astefanutti removed a comment on issue #2184: [regression] 1.3.2 regresses on "SinkBinding on KSVC results into ping-pong between operators #1936"

astefanutti removed 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 (or that's just the Knative version used, 0.16.x, that's too old).
   
   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:
users@infra.apache.org