blob: 7409709f4ad15e8cc1a45526b1b1229984df85c1 [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:
```
kamel run --trait kamelets.[key]=[value] --trait kamelets.[key2]=[value2] integration.groovy
```
The following configuration options are available:
[cols="2,1,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)