1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00

Update schema

This commit is contained in:
Josh Curl
2016-11-16 10:06:13 -08:00
parent 8cc4850fe0
commit ac3cd213dc
2 changed files with 4 additions and 2 deletions

View File

@@ -131,7 +131,8 @@ var schema = `{
"restart": {"type": ["boolean", "null"]},
"selinux_enabled": {"type": ["boolean", "null"]},
"storage_driver": {"type": "string"},
"userland_proxy": {"type": ["boolean", "null"]}
"userland_proxy": {"type": ["boolean", "null"]},
"insecure_registry": {"$ref": "#/definitions/list_of_strings"}
}
},

View File

@@ -129,7 +129,8 @@
"restart": {"type": ["boolean", "null"]},
"selinux_enabled": {"type": ["boolean", "null"]},
"storage_driver": {"type": "string"},
"userland_proxy": {"type": ["boolean", "null"]}
"userland_proxy": {"type": ["boolean", "null"]},
"insecure_registry": {"$ref": "#/definitions/list_of_strings"}
}
},