appmanager-api: render, install
diff --git a/core/installer/values-tmpl/vaultwarden.jsonschema b/core/installer/values-tmpl/vaultwarden.jsonschema
new file mode 100644
index 0000000..ec6a2c5
--- /dev/null
+++ b/core/installer/values-tmpl/vaultwarden.jsonschema
@@ -0,0 +1,15 @@
+{
+  "type": "object",
+  "properties": {
+    "Values": {
+      "type": "object",
+      "properties": {
+        "NamespacePrefix": { "type": "string" },
+        "Id": { "type": "string" },
+        "Domain": { "type": "string" }
+      },
+      "additionalProperties": false
+    }
+  },
+  "additionalProperties": false
+}