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 6b388444e038b6449f07bf433f032d863bf10d76 Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue May 18 15:25:34 2021 +0200 chore(doc): autogen trait --- deploy/traits.yaml | 3 +++ docs/modules/traits/pages/builder.adoc | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/deploy/traits.yaml b/deploy/traits.yaml index a62ef66..aa4636e 100755 --- a/deploy/traits.yaml +++ b/deploy/traits.yaml @@ -53,6 +53,9 @@ traits: type: bool description: Enable verbose logging on build components that support it (e.g. Kaniko build pod). + - name: build-time-properties + type: '[]string' + description: A list of properties to be provided to the build task - name: camel platform: true profiles: diff --git a/docs/modules/traits/pages/builder.adoc b/docs/modules/traits/pages/builder.adoc index 26e5ab3..c3f4287 100755 --- a/docs/modules/traits/pages/builder.adoc +++ b/docs/modules/traits/pages/builder.adoc @@ -32,6 +32,10 @@ The following configuration options are available: | bool | Enable verbose logging on build components that support it (e.g. Kaniko build pod). +| builder.build-time-properties +| []string +| A list of properties to be provided to the build task + |=== // End of autogenerated code - DO NOT EDIT! (configuration)
