Skip to content

Commit

Permalink
Use only camelCase in kamelets yaml - Timestamp Router Kamelets
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 13, 2023
1 parent 472a4f9 commit 46dd46d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions kamelets/timestamp-router-action.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ spec:
from:
uri: kamelet:source
steps:
- set-property:
- setProperty:
name: "topicFormat"
constant: "{{topicFormat}}"
- set-property:
- setProperty:
name: "timestampFormat"
constant: "{{timestampFormat}}"
- set-property:
- setProperty:
name: "timestampHeaderName"
constant: "{{timestampHeaderName}}"
- bean: "org.apache.camel.kamelets.utils.transform.TimestampRouter"
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ spec:
from:
uri: kamelet:source
steps:
- set-property:
- setProperty:
name: "topicFormat"
constant: "{{topicFormat}}"
- set-property:
- setProperty:
name: "timestampFormat"
constant: "{{timestampFormat}}"
- set-property:
- setProperty:
name: "timestampHeaderName"
constant: "{{timestampHeaderName}}"
- bean: "org.apache.camel.kamelets.utils.transform.TimestampRouter"

0 comments on commit 46dd46d

Please sign in to comment.