appmanager-api: headscale
diff --git a/core/installer/values-tmpl/headscale.jsonschema b/core/installer/values-tmpl/headscale.jsonschema
index ec6a2c5..a7ccc8d 100644
--- a/core/installer/values-tmpl/headscale.jsonschema
+++ b/core/installer/values-tmpl/headscale.jsonschema
@@ -1,15 +1,7 @@
{
"type": "object",
"properties": {
- "Values": {
- "type": "object",
- "properties": {
- "NamespacePrefix": { "type": "string" },
- "Id": { "type": "string" },
- "Domain": { "type": "string" }
- },
- "additionalProperties": false
- }
+ "Subdomain": { "type": "string" }
},
"additionalProperties": false
}