profile: enable local orchestration tools

This commit is contained in:
2026-06-12 18:50:14 +09:00
parent a010c8f94b
commit 0bcf90680c
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -7,11 +7,11 @@ return yoi.profile.extend("builtin:default", {
}),
feature = {
task = { enabled = false },
task = { enabled = true },
memory = { enabled = true },
web = { enabled = true },
pods = { enabled = false },
ticket = { enabled = false, access = "lifecycle" },
pods = { enabled = true },
ticket = { enabled = true, access = "lifecycle" },
ticket_orchestration = { enabled = false },
},
})