Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Dec 18, 2024
1 parent 576b340 commit eadb0d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/sonataflow-operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eadb0d1

Please sign in to comment.