installer: refactor App interface
diff --git a/core/installer/values-tmpl/core-auth.cue b/core/installer/values-tmpl/core-auth.cue
index 38e6a47..9bb43e5 100644
--- a/core/installer/values-tmpl/core-auth.cue
+++ b/core/installer/values-tmpl/core-auth.cue
@@ -2,7 +2,9 @@
subdomain: string
}
-userSchema: ###"""
+namespace: "core-auth"
+
+_userSchema: ###"""
{
"$id": "https://schemas.ory.sh/presets/kratos/quickstart/email-password/identity.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
@@ -311,7 +313,7 @@
}
}
identitySchemas: {
- "identity.schema.json": userSchema
+ "identity.schema.json": _userSchema
}
}
}