jordigilh commented on code in PR #372:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/372#discussion_r1474467690


##########
controllers/platform/initialize.go:
##########
@@ -106,6 +107,13 @@ func (action *initializeAction) Handle(ctx 
context.Context, platform *operatorap
        }
        platform.Status.Version = metadata.SpecVersion
 
+       // store workflow persistence configuration
+       if platform.Spec.Persistence != nil {
+               persistence.WorkflowConfig.SetConfig(platform.Spec.Persistence)

Review Comment:
   Ah I see your point, I should add a level of abstraction to catch 
configuration based on the namespace, not a single one. I'll update that.



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