fix(rbac): update apiGroup for clusterkopfpeerings from 'kopf.dev' to 'zalando.org' in rbac.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
bdca0cee5b
commit
a224915024
@ -43,7 +43,7 @@ rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["events"]
|
||||
verbs: ["create"]
|
||||
- apiGroups: ["kopf.dev"]
|
||||
- apiGroups: ["zalando.org"]
|
||||
resources: ["clusterkopfpeerings"]
|
||||
verbs: ["list", "watch", "patch", "get"]
|
||||
- apiGroups: ["apiextensions.k8s.io"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user