jordigilh commented on code in PR #311:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#discussion_r1409755648
##########
api/v1alpha08/sonataflowplatform_services_types.go:
##########
@@ -19,6 +19,9 @@ type ServicesPlatformSpec struct {
// Deploys the Data Index service for use by "prod" profile workflows.
// +optional
DataIndex *ServiceSpec `json:"dataIndex,omitempty"`
+ // Deploys the Job service for use by "prod" profile workflows.
+ // +optional
+ JobService *ServiceSpec `json:"job,omitempty"`
Review Comment:
good catch! I'll rename it as agreed to `jobService`
--
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]