This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 8ef667d chore(doc): generate doc for environment trait 8ef667d is described below commit 8ef667d332bde3e755827702b1622a3be5a43c64 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Fri Dec 11 15:22:48 2020 +0900 chore(doc): generate doc for environment trait --- deploy/traits.yaml | 2 +- docs/modules/traits/pages/environment.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/traits.yaml b/deploy/traits.yaml index 46b0785..38cd336 100755 --- a/deploy/traits.yaml +++ b/deploy/traits.yaml @@ -202,7 +202,7 @@ traits: description: Can be used to enable or disable a trait. All traits share this common property. - name: container-meta type: bool - description: "" + description: Enables injection of NAMESPACE and POD_NAME environment variables (default `true`) - name: gc platform: false profiles: diff --git a/docs/modules/traits/pages/environment.adoc b/docs/modules/traits/pages/environment.adoc index 8e3838f..90e38f7 100755 --- a/docs/modules/traits/pages/environment.adoc +++ b/docs/modules/traits/pages/environment.adoc @@ -29,7 +29,7 @@ The following configuration options are available: | environment.container-meta | bool -| +| Enables injection of NAMESPACE and POD_NAME environment variables (default `true`) |===