Skip to content

Commit

Permalink
fake
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed May 17, 2021
1 parent 5273f9b commit 208bd25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/insert-field-action/insert-field-action-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ spec:
kind: Kamelet
name: timer-source
properties:
message: '{"content": "thecontent"}'
message: '{"content": "thecontent", "thefield": "thevalue"}'
contentType: "application/json"
steps:
- ref:
apiVersion: camel.apache.org/v1alpha1
kind: Kamelet
name: insert-field-action
properties:
field: "thefield"
value: "thevalue"
# steps:
# - ref:
# apiVersion: camel.apache.org/v1alpha1
# kind: Kamelet
# name: insert-field-action
# properties:
# field: "thefield"
# value: "thevalue"
sink:
uri: http://probe-service/events

0 comments on commit 208bd25

Please sign in to comment.