This is an automated email from the ASF dual-hosted git repository.
acosentino 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 141cff66dd8 Fix reference of property in adoc
141cff66dd8 is described below
commit 141cff66dd81b08be91adcaf2da7affb8782bd6d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 19 11:20:41 2024 +0200
Fix reference of property in adoc
Signed-off-by: Andrea Cosentino <[email protected]>
---
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 155867cd9ea..11c09626a73 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.