diff --git a/deployments/helm/openfga/values.yaml b/deployments/helm/openfga/values.yaml index f01a8248c..bf4cfc89d 100644 --- a/deployments/helm/openfga/values.yaml +++ b/deployments/helm/openfga/values.yaml @@ -1,8 +1,9 @@ datastore: engine: postgres uri: "postgres://iam:iam@postgresql.default.svc.cluster.local/openfga?sslmode=disable" + migrationType: "job" authn: preshared: keys: - "42" -replicaCount: 1 \ No newline at end of file +replicaCount: 1 \ No newline at end of file