nicolaferraro commented on issue #1535: URL: https://github.com/apache/camel-k/issues/1535#issuecomment-644858419
There's currently an easy way to pass labels as: ``` kamel run ... --label mylabel=avalue -t owner.target-labels=mylabel ``` The `--label` flag labels the integration, while the trait `owner.target-labels` allows to forward them to all sub resources (including the ingress). Although there's no corresponding `--annotation` flag (we should add it), if you manually annotate the integration with your annotations, there's a trait option `owner.target-annotations` to select the annotations to forward to sub resources. Btw, @xytis can you provide some more references about the way the ingress can be configured via annotations, so we may find a better way to configure it, including TLS support. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org