blob: c1c94fbfd1caa50b6c1ec4ab740e93d3f4036d9d [file] [log] [blame]
= Dependencies Trait
// Start of autogenerated code - DO NOT EDIT! (description)
The Dependencies trait is internally used to automatically add runtime dependencies based on the
integration that the user wants to run.
This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**.
WARNING: The dependencies 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 dependencies.[key]=[value] integration.groovy
```
The following configuration options are available:
[cols="2,1,5a"]
|===
|Property | Type | Description
| dependencies.enabled
| bool
| Can be used to enable or disable a trait. All traits share this common property.
|===
// End of autogenerated code - DO NOT EDIT! (configuration)