jordigilh commented on code in PR #322:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/322#discussion_r1426826113
##########
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:
The idea is that this field can be used to override the platform's default
persistence, or define one in case it does not exist. The platform's
persistence field does not exist yet, it will be implemented in
[KOGITO-9980](https://issues.redhat.com/browse/KOGITO-9980)
--
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]