dydydd opened a new pull request, #6820: URL: https://github.com/apache/camel-k/pull/6820
## Description The Knative Service trait currently forwards the Camel Monitor label to the Service metadata, but not to the revision template labels. This leaves the monitor unable to select the generated revision as intended. This change forwards the Camel Monitor label to the Knative revision template while preserving the existing `camel.apache.org/integration` label. Fixes #6804 ## Testing - Added a focused regression test covering Camel Monitor label propagation. - Added coverage ensuring the existing Integration label remains present. - `go test ./pkg/trait/ -run 'TestApplyKnativeServiceWithCamelDashboardLabel|TestApplyKnativeServiceDashboardLabelPreservesTemplateIntegrationLabel' -count=1` - `gofmt` clean for changed Go files. ## AI disclosure This PR was prepared with assistance from Hermes Agent on behalf of dydydd. The changes were reviewed and tested by the human operator before submission. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
