masayag commented on code in PR #322:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/322#discussion_r1426687208
##########
api/v1alpha08/sonataflow_types.go:
##########
@@ -657,6 +657,9 @@ type SonataFlowSpec struct {
// PodTemplate describes the deployment details of this SonataFlow
instance.
//+operator-sdk:csv:customresourcedefinitions:type=spec,displayName="podTemplate"
PodTemplate PodTemplateSpec `json:"podTemplate,omitempty"`
+ // Persists service to a datasource of choice. Ephemeral by default.
+ // +optional
+ Persistence *PersistenceOptions `json:"persistence,omitempty"`
Review Comment:
@ricardozanini shouldn't the decision about persistency of the runtime be
determined by the Platform?
--
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]