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


##########
api/v1alpha08/sonataflowplatform_types.go:
##########
@@ -46,6 +46,57 @@ type SonataFlowPlatformSpec struct {
        // `sonataflow.org/profile: prod`
        // +optional
        Services ServicesPlatformSpec `json:"services,omitempty"`
+       // Persistence defines the platform persistence configuration. When 
this field is set,
+       // the configuration is used as the persistence for platform services 
and sonataflow instances
+       // that don't provide one of their own.
+       // +optional
+       Persistence *PlatformPersistenceSpec `json:"persistence,omitempty"`
+}
+
+// PlatformPersistenceSpec configures the DataBase support for both platform 
services and workflows. For services, it allows
+// configuring a generic database connectivity if the service does not come 
with its own configured. In case of the workflow
+// the configuration is defined by the image name of the supported database. 
When the workflow is configured to require

Review Comment:
   Correct. This description needs rewriting as the implementation no longer 
matches it.



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