mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix k8s repo privilege
This commit is contained in:
@@ -25,8 +25,13 @@ var (
|
||||
itsmDomainResources = []string{}
|
||||
itsmUserResources = []string{}
|
||||
|
||||
k8sSystemResources = []string{
|
||||
"repos",
|
||||
}
|
||||
|
||||
systemResources = map[string][]string{
|
||||
"itsm": itsmSystemResources,
|
||||
"k8s": k8sSystemResources,
|
||||
}
|
||||
|
||||
domainResources = map[string][]string{
|
||||
|
||||
Reference in New Issue
Block a user