From eadb0d1752b6cfd7473d39f4b74f526e58b72e5c Mon Sep 17 00:00:00 2001 From: Ricardo Zanini Date: Thu, 12 Dec 2024 15:59:20 -0500 Subject: [PATCH] Fix formatting Signed-off-by: Ricardo Zanini --- packages/sonataflow-operator/operator.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/sonataflow-operator/operator.yaml b/packages/sonataflow-operator/operator.yaml index 34e649129da..050b16eec7a 100644 --- a/packages/sonataflow-operator/operator.yaml +++ b/packages/sonataflow-operator/operator.yaml @@ -28164,12 +28164,12 @@ data: # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: io.quarkus - artifactId: quarkus-jdbc-postgresql - - groupId: io.quarkus - artifactId: quarkus-agroal - - groupId: org.kie - artifactId: kie-addons-quarkus-persistence-jdbc + - groupId: io.quarkus + artifactId: quarkus-jdbc-postgresql + - groupId: io.quarkus + artifactId: quarkus-agroal + - groupId: org.kie + artifactId: kie-addons-quarkus-persistence-jdbc # If true, the workflow deployments will be configured to send accumulated workflow status change events to the Data # Index Service reducing the number of produced events. Set to false to send individual events. kogitoEventsGrouping: true