feat: K8s Tenant looks good, basic isolation working now
All checks were successful
Run Check Script / check (push) Successful in 1m48s
Run Check Script / check (pull_request) Successful in 1m48s

This commit is contained in:
2025-06-09 20:33:38 -04:00
parent bf7a6d590c
commit 1451260d4d
7 changed files with 87 additions and 124 deletions

View File

@@ -10,8 +10,8 @@ use harmony::{
async fn main() {
let tenant = TenantScore {
config: TenantConfig {
id: Id::default(),
name: "TestTenant".to_string(),
id: Id::from_str("test-tenant-id"),
name: "testtenant".to_string(),
..Default::default()
},
};