This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 45f35138aff4af8002b87593adaa7e0395225eb0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 26 10:11:59 2019 +0200 Fixed typo in camel-kubernetes docs --- .../camel-kubernetes/src/main/docs/kubernetes-services-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc index fb1852e..5ea043c 100644 --- a/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc +++ b/components/camel-kubernetes/src/main/docs/kubernetes-services-component.adoc @@ -168,4 +168,4 @@ fromF("kubernetes-services://%s?oauthToken=%s&namespace=default&resourceName=tes } -------------------------------------------------------------------------------- -This consumer will return a list of events on the namespace default for the deployment test. +This consumer will return a list of events on the namespace default for the service test.