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 03a79ea8fa7 property-placeholder: fix doc typo (#8740) 03a79ea8fa7 is described below commit 03a79ea8fa749e9148c20e8c9d14f0e23f17129d Author: gjed <marco.pern...@openinnovation.it> AuthorDate: Mon Nov 21 12:36:48 2022 +0100 property-placeholder: fix doc typo (#8740) --- docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc index a36c1ec47c3..8dd39d5132c 100644 --- a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc +++ b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc @@ -511,7 +511,7 @@ And we can use default values if the service has not been defined, for example t The `camel-kubernetes` component include the following functions: * `configmap` - A function to lookup the property from Kubernetes ConfigMaps. -* `secert` - A function to lookup the property from Kubernetes Secrets. +* `secret` - A function to lookup the property from Kubernetes Secrets. The syntax for both functions are: