christophd opened a new issue, #3657:
URL: https://github.com/apache/camel-k/issues/3657

   Since 1.10.x the Camel K operator uses an operator ID to identify resources 
that should be reconciled. The operator looks for an envvar setting named 
`KAMEL_OPERATOR_ID` to obtain its own operator id.
   
   When installing the operator via OLM this envvar `KAMEL_OPERATOR_ID` is not 
set. Instead the OLM installation uses `OPERATOR_ID` as an envvar setting. 
   
   This results in an empty operator id and the operator will not reconcile 
resources operator id annotation = `camel-k` (default since 1.10.x).
   
   As a workaround users need to set `KAMEL_OPERATOR_ID` envvar manually on the 
CSV after installation.
   
   As a fix we should support both `KAMEL_OPERATOR_ID` or `OPERATOR_ID` envvar 
when obtaining the operator id setting. Or we should only use one envvar 
setting consistently.
   
   


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to