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

   ### What happened?
   
   When running the kamel promote command, the generated manifest file does not 
include the IntegrationKit details.
   
   
   The section is missing, and this issue mainly occurs in Camel K CLI versions 
after 2.6.0.
   
   <>
   apiVersion: camel.apache.org/v1
   kind: IntegrationKit
   metadata:
     creationTimestamp: null
     labels:
       camel.apache.org/cloned.from.kind: IntegrationKit
   
   -----
   
   ### Steps to reproduce
   
   kamel run sample.groovy
   
   kamel promote sample -o yaml > promoted.yaml
   
   Inspect the generated manifest file (promoted.yaml or integration.yaml). 
Notice that the IntegrationKit section is missing from the file.
   
   
   ### Relevant log output
   
   ```shell
   
   ```
   
   ### Camel K version
   
   2.7.0


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