lsergio opened a new issue, #6276: URL: https://github.com/apache/camel-k/issues/6276
### Requirement We're using a tool to monitor workloads running on a cluster that requires some specific labels to be added to the running pods. So I would like to have some way to doing that on the Integration api, where the specified labels would be added to the pod template labels, depending on what controller strategy is used: ``` Deployment: spec.template.metadata.labels CronJob: spec.jobTemplate.spec.template.metadata.labels Knative Service: spec.template.metadata.labels ``` ### Problem The existing `Integration.spec.template` does not support adding labels to the pods and this blocks us from using some tools. ### Proposal Change the existing Integration.spec.template field to support metadata and document the breaking change. Another suggestion is to deprecate this field and create a podTemplate that takes precedence if present. ### Open questions _No response_ -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org