This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 8df66066d0f75b44b69405f0ae65a6f9ca142d08 Author: Pasquale Congiusti <[email protected]> AuthorDate: Thu May 27 10:27:03 2021 +0200 chore(doc): modeline --config support Ref #2003 --- docs/modules/ROOT/pages/cli/modeline.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/cli/modeline.adoc b/docs/modules/ROOT/pages/cli/modeline.adoc index 243c795..f4dd436 100644 --- a/docs/modules/ROOT/pages/cli/modeline.adoc +++ b/docs/modules/ROOT/pages/cli/modeline.adoc @@ -67,7 +67,10 @@ The following is a partial list of useful options: |Option | Description |build-property -|Add a build time property or properties file (syntax, my-key=my-value \| file:/path/to/my-conf.properties)" +|Add a build time property or properties file (syntax: _[my-key=my-value\|file:/path/to/my-conf.properties]_ + +|config +|Add runtime configuration from a Configmap, a Secret or a file (syntax: _[configmap\|secret\|file]:name)_ |dependency |An external library that should be included, e.g. for Maven dependencies `dependency=mvn:org.my:app:1.0` @@ -88,7 +91,7 @@ The following is a partial list of useful options: |Trait profile used for deployment |property -|Add a runtime property or properties file (syntax, my-key=my-value \| file:/path/to/my-conf.properties) +|Add a runtime property or properties file (syntax: _[my-key=my-value\|file:/path/to/my-conf.properties]_) |resource |Add a resource
