Skip to content

Commit

Permalink
Run make generate-all
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkp committed Jan 21, 2025
1 parent 25475df commit f0687a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/sonataflow-operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,10 @@ spec:
dbMigrationStrategy:
default: service
description: |-
DB Migration approach for service?
job: use job based approach
service: service itself shall migrate the db
none: no db migration needed
DB Migration approach for data-index and jobs-service. Use the following values as described.
job: use job based approach provided by the SonataFlow operator.
service: service itself shall migrate the db and will not use SonataFlow operator.
none: no database migration functionality needed.
type: string
postgresql:
description: Connect configured services to a postgresql
Expand Down Expand Up @@ -9255,10 +9255,10 @@ spec:
dbMigrationStrategy:
default: service
description: |-
DB Migration approach for service?
job: use job based approach
service: service itself shall migrate the db
none: no db migration needed
DB Migration approach for data-index and jobs-service. Use the following values as described.
job: use job based approach provided by the SonataFlow operator.
service: service itself shall migrate the db and will not use SonataFlow operator.
none: no database migration functionality needed.
type: string
postgresql:
description: Connect configured services to a postgresql
Expand Down Expand Up @@ -19425,10 +19425,10 @@ spec:
dbMigrationStrategy:
default: service
description: |-
DB Migration approach for service?
job: use job based approach
service: service itself shall migrate the db
none: no db migration needed
DB Migration approach for data-index and jobs-service. Use the following values as described.
job: use job based approach provided by the SonataFlow operator.
service: service itself shall migrate the db and will not use SonataFlow operator.
none: no database migration functionality needed.
type: string
postgresql:
description: Connect configured services to a postgresql database.
Expand Down

0 comments on commit f0687a7

Please sign in to comment.