wmedvede commented on code in PR #485:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/485#discussion_r1640851343


##########
controllers/profiles/common/reconciler.go:
##########
@@ -57,6 +57,12 @@ func (s *StateSupport) PerformStatusUpdate(ctx 
context.Context, workflow *operat
        }
        workflow.Status.ObservedGeneration = workflow.Generation
        services.SetServiceUrlsInWorkflowStatus(pl, workflow)
+       if workflow.Status.Platform == nil {
+               workflow.Status.Platform = &operatorapi.SonataFlowPlatformRef{}

Review Comment:
   Ok, so we introduce the platform in this PR, and it will be correctly 
populated in 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/482 ?
   
   
   



-- 
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