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 96d6cf056a9 Fix section level in doc for kubernetes (#15314)
96d6cf056a9 is described below

commit 96d6cf056a9cffc44ace4ea617ac67c704064625
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Aug 26 14:30:12 2024 +0200

    Fix section level in doc for kubernetes (#15314)
    
    to fix camel-website main branch
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../src/main/docs/kubernetes-config-maps-component.adoc                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
 
b/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
index 2f1fac8096a..4bcddf09cc0 100644
--- 
a/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
+++ 
b/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
@@ -120,7 +120,7 @@ Before the Kubernetes property placeholder functions can be 
used they need to be
 
 Camel will first use _mount paths_ (if configured) to lookup, and then 
fallback to use the `KubernetesClient`.
 
-==== Using configmap with Kubernetes
+=== Using configmap with Kubernetes
 
 Given a configmap named `myconfig` in Kubernetes that has two entries:
 

Reply via email to