Skip to content

Commit

Permalink
Fix the missing default value for datastore.migrationType (#187)
Browse files Browse the repository at this point in the history
The values.schema.json sets the default value of datastore.migrationType to job, but this attribute is missing in the values.yaml file.

Co-authored-by: Raghd Hamzeh <[email protected]>
  • Loading branch information
marcoadasilvaa and rhamzeh authored Jan 28, 2025
1 parent cee7747 commit be2c395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/openfga/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ datastore:
connMaxLifetime:
applyMigrations: true
waitForMigrations: true
migrationType: job
migrations:
resources: {}
image:
Expand Down

0 comments on commit be2c395

Please sign in to comment.