masayag commented on code in PR #341:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/341#discussion_r1446158036


##########
controllers/platform/k8s.go:
##########
@@ -243,7 +250,7 @@ func createConfigMap(ctx context.Context, client 
client.Client, platform *operat
                        Name:      ps.GetServiceCmName(),
                        Namespace: platform.Namespace,
                        Labels: map[string]string{
-                               workflowproj.LabelApp: platform.Name,
+                               workflowproj.LabelService: platform.Name,

Review Comment:
   ```
   → kubectl get cm  -n sonataflow-infra -l app=sonataflow-platform   
--show-labels
   NAME                                           DATA   AGE    LABELS
   sonataflow-platform-data-index-service-props   1      4m9s   
app=sonataflow-platform,sonataflow.org/service=sonataflow-platform-data-index-service
   sonataflow-platform-jobs-service-props         1      4m8s   
app=sonataflow-platform,sonataflow.org/service=sonataflow-platform-jobs-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]

Reply via email to