masayag opened a new issue, #410: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/410
### Description We'd like a way that enables us to label K8s resources related to the Sonataflow CR. E.g have the same labels appear in k8s deployment, pod, service, route and so. Today, only default labels are applied to those resources (`app=workflow-name`, `sonataflow.org/workflow-app=`, `sonataflow.org/service=`) A private case of it is Backstage plugins that interact with K8s cluster (ci, gitops and others). In backstage, to view workflow resources related to a component under the CI (tekton) and K8s tabs, a specific label should be set on the pods (e.g. `backstage.io/kubernetes-id=application-onboarding`). By enabling the label, the user can view pipelines related to the workflow as in the attached image: For the CI:  And for K8s:  ### Implementation ideas * Propagate Sonataflow CR labels to the deployment. * Extend the Sonataflow CR API to support it. I'm in favor of the first option. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
