This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fixed-example-field in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 039a28b27e4b390875262e4ff6dc00c74fc109ff Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 10 15:29:23 2021 +0200 Added Example to has header Kamelet Filter Action --- .../src/main/resources/kamelets/has-header-filter-action.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml index a5b4121..918bbe1 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/has-header-filter-action.kamelet.yaml @@ -21,6 +21,7 @@ spec: title: Header Name description: The header name to evaluate type: string + example: headerName type: object dependencies: - "camel:core"
