astefanutti commented on issue #2585: URL: https://github.com/apache/camel-k/issues/2585#issuecomment-902842244
@hguerrero it's rather an advanced feature, and the only documentation is available at https://camel.apache.org/camel-k/latest/traits/pod.html. In essence, you can pass a `template.yaml` file with the `--pod-template` option, that contains your sidecar containers, e.g.: ``` $ kamel run --pod-template template.yaml ``` And these will be automatically injected / merged into the integration pod(s). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org