diff --git a/src/config.schema.json b/src/config.schema.json index 9d872d4..a9343c6 100644 --- a/src/config.schema.json +++ b/src/config.schema.json @@ -129,6 +129,10 @@ "default": false, "type": "boolean" }, + "host_uts": { + "default": false, + "type": "boolean" + }, "image": { "type": "string" },