{ "title": "Chart Values", "type": "object", "properties": { "whitelistHTTP": { "type": "boolean", "description": "Secure HTTP by enabling client networks whitelisting", "default": true }, "whitelist": { "type": "array", "description": "List of client networks", "default": [], "items": {} }, "machines": { "type": "array", "description": "Configuration of physical machine instances", "default": "[]", "items": { "type": "object" } } } }