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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]