This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 52a8bdfce7 Update kubernetes.adoc
52a8bdfce7 is described below

commit 52a8bdfce748502f83e547d30faad79e5b9dd138
Author: Andreas Jonsson <102945921+rhae...@users.noreply.github.com>
AuthorDate: Thu Jan 30 09:52:32 2025 +0100

    Update kubernetes.adoc
    
    Removed downstream extra content, which is no longer required.
---
 docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc  | 4 ----
 extensions/kubernetes/runtime/src/main/doc/configuration.adoc | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc 
b/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
index 957d5292ba..22d9161e58 100644
--- a/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc
@@ -67,10 +67,6 @@ endif::[]
 [id="extensions-kubernetes-additional-camel-quarkus-configuration"]
 == Additional Camel Quarkus configuration
 
-ifeval::[{doc-show-extra-content} == true]
-include::extra-content.adoc[]
-endif::[]
-
 
[id="extensions-kubernetes-configuration-automatic-registration-of-a-kubernetes-client-instance"]
 === Automatic registration of a Kubernetes Client instance
 
diff --git a/extensions/kubernetes/runtime/src/main/doc/configuration.adoc 
b/extensions/kubernetes/runtime/src/main/doc/configuration.adoc
index a4bcd67738..9addb9721e 100644
--- a/extensions/kubernetes/runtime/src/main/doc/configuration.adoc
+++ b/extensions/kubernetes/runtime/src/main/doc/configuration.adoc
@@ -1,7 +1,3 @@
-ifeval::[{doc-show-extra-content} == true]
-include::extra-content.adoc[]
-endif::[]
-
 === Automatic registration of a Kubernetes Client instance
 
 The extension automatically registers a Kubernetes Client bean named 
`kubernetesClient`. You can reference the bean in your routes like this:

Reply via email to