This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kubernetes-namespaces in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 5d9ed15e871e4abe668e68fa696c422cfc1ec92d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 1 14:36:29 2021 +0200 Added Kubernetes Namespaces Source Kamelet --- .../main/resources/kamelets/kubernetes-namespaces-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kubernetes-namespaces-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kubernetes-namespaces-source.kamelet.yaml index 5b3f39c..1a9f85e 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kubernetes-namespaces-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kubernetes-namespaces-source.kamelet.yaml @@ -12,7 +12,7 @@ metadata: camel.apache.org/kamelet.type: "source" spec: definition: - title: "Kubernetes Namespaces source" + title: "Kubernetes Namespaces Source" description: |- Consume Events from Kubernetes Namespaces required:
