rodcloutier opened a new pull request, #5109:
URL: https://github.com/apache/camel-k/pull/5109

   This PR intends to solve some issue encountered while running the operator 
out of cluster. 
   
   ##  Current namespace requirement
   
   We must be able to find the current namespace. If not is specified/detected 
we cannot keep going on as we will eventually require the namespace to be 
defined to create the integration plaform objects. 
   
   The proposed solution is to not allow both NAMESPACE and WATCH_NAMESPACE to 
be empty as it creates an issue.
   
   ## Current operator image detection
   
   The other issue, it that when running out of cluster, we inherently cannot, 
when requested, detect the current image as we are not in a pod.
   
   The proposed solution is to simply return the default operator image and 
never return an empty image as it is used later in the operator execution.
   
   **Release Note**
   ```release-note
   NONE
   ```
   


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

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

Reply via email to