This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 73bdc1db0f6311768145abc54c1e9c34a034a5ab
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed May 12 15:37:06 2021 +0200

    Regen
---
 docs/modules/ROOT/pages/regex-router-action.adoc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/regex-router-action.adoc 
b/docs/modules/ROOT/pages/regex-router-action.adoc
index c424cec..881a7d9 100644
--- a/docs/modules/ROOT/pages/regex-router-action.adoc
+++ b/docs/modules/ROOT/pages/regex-router-action.adoc
@@ -11,8 +11,8 @@ The following table summarizes the configuration options 
available for the `rege
 [width="100%",cols="2,^2,3,^2,^2,^3",options="header"]
 |===
 | Property| Name| Description| Type| Default| Example
-| regex| Regex| Regular Expression for destination| string| | 
-| replacement| Replacement| Replacement when matching| string| | 
+| *regex {empty}* *| Regex| Regular Expression for destination| string| | 
+| *replacement {empty}* *| Replacement| Replacement when matching| string| | 
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.
@@ -45,6 +45,9 @@ spec:
       kind: Kamelet
       apiVersion: camel.apache.org/v1alpha1
       name: regex-router-action
+    properties:
+      regex: "The Regex"
+      replacement: "The Replacement"
   sink:
     ref:
       kind: InMemoryChannel

Reply via email to