nf3lix commented on issue #4117:
URL: https://github.com/apache/camel-k/issues/4117#issuecomment-1562374666

   Hi @squakez 
   I'm facing the same issue when trying to run an Integration. 
   
   ```yaml
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     name: sample-route-1
   spec:
     flows:
       - route:
           id: route-a1ba
           from:
             uri: kamelet:timer-source
             id: from-8fbf
             parameters:
               message: hello world
               period: 5000
             steps:
               - log:
                   message: ${body}
                   id: log-d8d4
   ```
   When running `kamel run sample-route-1.yaml` I get the same error ("Error: 
json: cannot unmarshal object into Go value of type []v1.Flow"). Applying this 
integration with `kubectl apply -f sample-route-1.yaml` works fine.
   Is anyone able to reproduce that behavior?


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