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 92f1d51276f Fix website docs
92f1d51276f is described below

commit 92f1d51276f4c7fb0435823a8616275952c3529f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Sep 19 10:55:11 2024 +0200

    Fix website docs
---
 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 c80917f0ca2..155867cd9ea 100644
--- a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc
+++ b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc
@@ -279,7 +279,7 @@ type: Opaque
 
 You can mount it in your Pod container, for instance, under 
`/etc/camel/conf.d/_secrets/my-secret`. Now, just make your Camel application 
be aware where to scan your configuration via 
`camel.main.cloud-properties-location = /etc/camel/conf.d/_secrets/my-secret` 
application properties. It's a comma separated value, so, you can add as many 
Secrets/Configmaps you need.
 
-At runtime, you will be able to read the configuration transparently as 
`{{my-property}}` as you're doing with the rest of properties.
+At runtime, you will be able to read the configuration transparently as 
`{+{my-property}+}` as you're doing with the rest of properties.
 
 NOTE: the same configuration works with Configmap.
 

Reply via email to