tchughesiv commented on code in PR #341:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/341#discussion_r1444811122
##########
controllers/platform/k8s.go:
##########
@@ -196,7 +196,7 @@ func createDeployment(ctx context.Context, client
client.Client, platform *opera
func createService(ctx context.Context, client client.Client, platform
*operatorapi.SonataFlowPlatform, ps services.Platform) error {
lbl := map[string]string{
- workflowproj.LabelApp: platform.Name,
+ workflowproj.LabelApp: ps.GetServiceName(),
Review Comment:
rather than change the existing label, we should probably create an
additional label specific to the service.
--
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]