mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-06 03:35:20 +08:00
fix(cloudevent): adjust cloudevents resource scope
Change cloudevents resource scope from system to project.
This commit is contained in:
@@ -20,9 +20,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
cloudeventSystemResources = []string{
|
||||
"cloudevents",
|
||||
}
|
||||
cloudeventSystemResources = []string{}
|
||||
cloudeventDomainResources = []string{}
|
||||
cloudeventUserResources = []string{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user