This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 3b33127ee4e Fix typo Kubenetes --> Kubernetes (#15814) 3b33127ee4e is described below commit 3b33127ee4e71cd2ce5db77021c398808838643f Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Thu Oct 3 06:53:58 2024 +0200 Fix typo Kubenetes --> Kubernetes (#15814) Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc index 03e8dbe79b7..8fd117330e6 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc @@ -1013,7 +1013,7 @@ spec: === Route trait options -The Route trait enhance the Kubenetes manifest with a Route resource to expose the application to the outside world. This requires the presence in the Kubenetes manifest of a Service Resource. +The Route trait enhance the Kubernetes manifest with a Route resource to expose the application to the outside world. This requires the presence in the Kubernetes manifest of a Service Resource. NOTE: You need to enable the Openshift profile trait with `--trait-profile=openshift` option.