diff --git a/charts/openfga/values.schema.json b/charts/openfga/values.schema.json index 9ec52d9..25d4f36 100644 --- a/charts/openfga/values.schema.json +++ b/charts/openfga/values.schema.json @@ -265,11 +265,7 @@ "properties": { "engine": { "type": "string", - "enum": [ - "memory", - "postgres", - "mysql" - ], + "description": "the datastore engine to use, currently openfga supports memory (default), postgres, mysql and sqlite implementations, be sure to adapt your configuration accordingly", "default": "memory" }, "uri": {