You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/07 08:52:19 UTC

[GitHub] [camel] christophd commented on pull request #8853: CAMEL-18800 - Support Camel K integration in JBang run command

christophd commented on PR #8853:
URL: https://github.com/apache/camel/pull/8853#issuecomment-1340602765

   @davsclaus it is for integrations that use some DSL other than YAML
   
   ```yaml
   kind: Integration
   apiVersion: camel.apache.org/v1
   metadata:
     labels:
       app: camel-k
     name: example
     namespace: christoph-deppisch-dev
   spec:
     flows:
       - from:
           parameters:
             period: '1000'
           steps:
             - set-body:
                 constant: Hello from Camel K
             - to: 'log:info'
           uri: 'timer:yaml'
   ```


-- 
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-unsubscribe@camel.apache.org

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