Skip to content

Commit

Permalink
Added Exec Sink Kamelet
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored and nicolaferraro committed Apr 20, 2021
1 parent 3627dab commit 64094ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/modules/ROOT/pages/exec-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@

Execute system commands

The Kamelet expects the following headers to be set:

- `args/ `ce-args`: as the args to be set on the executable.

If the header won't be set the executable will be run without arguments.

== Configuration Options

The following table summarizes the configuration options available for the `exec-sink` Kamelet:
[width="100%",cols="2,^2,3,^2,^2,^3",options="header"]
|===
| Property| Name| Description| Type| Default| Example
| *args {empty}* *| The arguments| Arguments to pass to the executables| string| |
| *executable {empty}* *| Executable command| The command to execute| string| |
|===

Expand Down Expand Up @@ -44,7 +49,6 @@ spec:
apiVersion: camel.apache.org/v1alpha1
name: exec-sink
properties:
args: "The The arguments"
executable: "The Executable command"
----
Expand Down

0 comments on commit 64094ad

Please sign in to comment.