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 83868c88f84 chore(camel-jbang): Fix table layout in Kubernetes plugin 
docs (#14779)
83868c88f84 is described below

commit 83868c88f84fa8f904a67f6610789b85232fe479
Author: Christoph Deppisch <cdeppi...@redhat.com>
AuthorDate: Wed Jul 10 19:21:33 2024 +0200

    chore(camel-jbang): Fix table layout in Kubernetes plugin docs (#14779)
    
    * chore(camel-jbang): Fix table layout in Kubernetes plugin docs
    
    * chore(camel-jbang): Remove explicit dependency version as module is now 
part of camel-bom
---
 docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc | 6 +++---
 dsl/camel-jbang/camel-jbang-plugin-k/pom.xml                    | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
index fc777fae17a..0702390d39f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
@@ -454,15 +454,15 @@ camel kubernetes export Sample.java --config 
[key]=[value] --resource [key]=[val
 
 The options expect the following syntax:
 
-[cols="2m,1m,5a"]
+[cols="2m,5a"]
 |===
 |Option | Syntax
 
 | config
-| Add a runtime configuration from a ConfigMap or a Secret (syntax: 
[configmap|secret]:name[/key], where name represents the configmap/secret name 
and key optionally represents the configmap/secret key to be filtered).
+| Add a runtime configuration from a ConfigMap or a Secret (syntax: 
[configmap\|secret]:name[/key], where name represents the configmap or secret 
name and key optionally represents the configmap or secret key to be filtered).
 
 | resource
-| Add a runtime resource from a Configmap or a Secret (syntax: 
[configmap|secret]:name[/key][@path], where name represents the 
configmap/secret name, key optionally represents the configmap/secret key to be 
filtered and path represents the destination path).
+| Add a runtime resource from a Configmap or a Secret (syntax: 
[configmap\|secret]:name[/key][@path], where name represents the configmap or 
secret name, key optionally represents the configmap or secret key to be 
filtered and path represents the destination path).
 
 | volume
 | Mount a volume into the integration container, for instance "--volume 
pvcname:/container/path".
diff --git a/dsl/camel-jbang/camel-jbang-plugin-k/pom.xml 
b/dsl/camel-jbang/camel-jbang-plugin-k/pom.xml
index d9899ca7edc..34262c166e6 100644
--- a/dsl/camel-jbang/camel-jbang-plugin-k/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-plugin-k/pom.xml
@@ -46,11 +46,9 @@
           <artifactId>camel-jbang-core</artifactId>
         </dependency>
 
-        <!-- TODO: clarify why jbang plugin is not part of camel-bom -->
         <dependency>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-jbang-plugin-kubernetes</artifactId>
-          <version>${project.version}</version>
         </dependency>
 
         <!-- kubernetes -->

Reply via email to