Merge pull request #1457 from AllenZMC/fix_rbac

fix rbac in karmada_agent.yaml for charts
This commit is contained in:
karmada-bot 2022-03-09 14:08:20 +08:00 committed by GitHub
commit 636cd1546f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ metadata:
rules:
- apiGroups: ['*']
resources: ['*']
verbs: ["get", "watch", "list", "create", "update", "delete"]
verbs: ['*']
- nonResourceURLs: ['*']
verbs: ["get"]
---