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: [""]
|
- apiGroups: [""]
|
||||||
resources: ["events"]
|
resources: ["events"]
|
||||||
verbs: ["create"]
|
verbs: ["create"]
|
||||||
- apiGroups: ["kopf.dev"]
|
- apiGroups: ["zalando.org"]
|
||||||
resources: ["clusterkopfpeerings"]
|
resources: ["clusterkopfpeerings"]
|
||||||
verbs: ["list", "watch", "patch", "get"]
|
verbs: ["list", "watch", "patch", "get"]
|
||||||
- apiGroups: ["apiextensions.k8s.io"]
|
- apiGroups: ["apiextensions.k8s.io"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user