diff --git a/pkg/config/schemas/talconfig.json b/pkg/config/schemas/talconfig.json index 47edad53..c42b188c 100644 --- a/pkg/config/schemas/talconfig.json +++ b/pkg/config/schemas/talconfig.json @@ -637,6 +637,13 @@ "type": "array", "description": "List of network interface configuration for the node" }, + "extraManifests": { + "items": { + "type": "string" + }, + "type": "array", + "description": "List of manifest files to be added to the node" + }, "configPatches": { "items": { "type": "object"