diff --git a/charts/openfga/values.schema.json b/charts/openfga/values.schema.json index 19f5c9b..ce102c8 100644 --- a/charts/openfga/values.schema.json +++ b/charts/openfga/values.schema.json @@ -997,7 +997,14 @@ } } }, - "common": {} + "common": {}, + "extraObjects": { + "type": "array", + "items": { + "type": "object" + }, + "default": [] + } }, "additionalProperties": false }