fix: inherit default role profile config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
return yoi.profile {
|
||||
return yoi.profile.extend("builtin:default", {
|
||||
slug = "coder",
|
||||
description = "Coder role profile with bundled reusable policy",
|
||||
|
||||
@@ -12,4 +12,4 @@ return yoi.profile {
|
||||
ticket = { enabled = false, access = "lifecycle" },
|
||||
ticket_orchestration = { enabled = false },
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user