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 6f213c576a2 CAMEL-19708: camel-jbang - Export Main should support YAML
resource fragments for kubernetes support
6f213c576a2 is described below
commit 6f213c576a27c15298c0b371e92cd2815f2d38f4
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Aug 6 08:49:52 2023 +0200
CAMEL-19708: camel-jbang - Export Main should support YAML resource
fragments for kubernetes support
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index aea0e83d456..20e09814b9a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -2211,6 +2211,7 @@ camel export --runtime=camel-main
--gav=com.foo:acme:1.0-SNAPSHOT --directory=..
TIP: See the possible options by running: `camel export --help` for more
details.
+[#_exporting_to_camel_main_for_kubernetes]
==== Exporting to Camel Main for Kubernetes
If your want to run Camel Main on Kubernetes, then it's possible to export to
Maven based project
@@ -2360,6 +2361,9 @@ The follow options related to _exporting_, can be
configured in `application.pro
|`camel.jbang.classpathFiles`
|Additional files to add to classpath (Use commas to separate multiple files).
See more details at xref:_adding_custom_jars[].
+|`camel.jbang.jkubeFiles`
+|Resource fragments for Kubernetes (Use commas to separate multiple files).
See more details at xref:_exporting_to_camel_main_for_kubernetes[].
+
|`camel.jbang.javaVersion`
|Java version (11 or 17)