blob: e4fa394ff9454e263a99a1c33cebe0378ce4381c [file] [log] [blame]
= Kamelets Trait
// Start of autogenerated code - DO NOT EDIT! (description)
The kamelets trait is a platform trait used to inject Kamelets into the integration runtime.
This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**.
WARNING: The kamelets trait is a *platform trait*: disabling it may compromise the platform functionality.
// End of autogenerated code - DO NOT EDIT! (description)
// Start of autogenerated code - DO NOT EDIT! (configuration)
== Configuration
Trait properties can be specified when running any integration with the CLI:
[source,console]
----
$ kamel run --trait kamelets.[key]=[value] --trait kamelets.[key2]=[value2] integration.groovy
----
The following configuration options are available:
[cols="2m,1m,5a"]
|===
|Property | Type | Description
| kamelets.enabled
| bool
| Can be used to enable or disable a trait. All traits share this common property.
| kamelets.auto
| bool
| Automatically inject all referenced Kamelets and their default configuration (enabled by default)
| kamelets.list
| string
| Comma separated list of Kamelet names to load into the current integration
|===
// End of autogenerated code - DO NOT EDIT! (configuration)