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 1594dcf8f10 CAMEL-18171: camel-kubernetes - Add secret/configmap 
property placeholder function.
1594dcf8f10 is described below

commit 1594dcf8f10abdd68fec149f07a3119ec1f78ce5
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 26 15:17:29 2022 +0200

    CAMEL-18171: camel-kubernetes - Add secret/configmap property placeholder 
function.
---
 components/camel-kubernetes/src/main/docs/kubernetes-summary.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-summary.adoc 
b/components/camel-kubernetes/src/main/docs/kubernetes-summary.adoc
index f6922f88a02..fb631a764cd 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-summary.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-summary.adoc
@@ -57,6 +57,13 @@ from("direct:createPod")
 
 By using the KubernetesConstants.KUBERNETES_POD_NAME header you can specify 
your Pod name and pass it to this operation.
 
+== Using Kubernetes ConfigMaps and Secrets
+
+The `camel-kubernetes` component also provides 
xref:manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder]
+functions that loads the property values from Kubernetes _ConfigMaps_ or 
_Secrets_.
+
+For more information see 
xref:manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder].
+
 :camel-spring-boot-name: kubernetes
 
 include::spring-boot:partial$starter.adoc[]

Reply via email to