squakez commented on issue #3161:
URL: https://github.com/apache/camel-k/issues/3161#issuecomment-1087702665

   I think the problem is because when you install the `foo` operator on the 
`bar` namespace, it creates an IntegrationPlatform which is not assigned to 
that specific ID, therefore is not reconciled. As a workaround you can edit the 
`bar` IntegrationPlatform adding:
   ```
     annotations:
       camel.apache.org/operator.id: foo
   ```
   As soon as that is reconciled, the `foo` namespace Integration won't fail 
anymore.


-- 
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]

Reply via email to