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

   I think it's a side effect of https://github.com/apache/camel-k/pull/4831 In 
order this to work, we check if the image was generated by a `camel-k-kit-*` 
regex [1]. In your case, as you're renaming the kit, the operator thinks it's 
an external executable kit, for which it does not require the startup command. 
I am not sure that renaming a kit is a wise thing to do, in general. From a 
design perspective it is thought to be working as an inner part of the 
operator. I'd suggest to maintain the convention, or, at least use a name which 
would match [1]. 
   
   [1] 
https://github.com/apache/camel-k/blob/1db0f579416bec989ca6622720f931d2958e64e1/pkg/trait/container.go#L352-L355


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