Grant karmada-agent permission to access resourceinterpretercustomizations
Signed-off-by: jwcesign <jiangwei115@huawei.com>
This commit is contained in:
parent
9068240ab0
commit
c1747284ef
|
@ -74,7 +74,7 @@ func grantAccessPermissionToAgent(clientSet kubernetes.Interface) error {
|
|||
},
|
||||
{
|
||||
APIGroups: []string{"config.karmada.io"},
|
||||
Resources: []string{"resourceinterpreterwebhookconfigurations"},
|
||||
Resources: []string{"resourceinterpreterwebhookconfigurations", "resourceinterpretercustomizations"},
|
||||
Verbs: []string{"get", "list", "watch"},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue