feat(rbac): add additional apiGroup for clusterkopfpeerings in rbac.yaml
- Introduced a new apiGroup 'kopf.dev' for the 'clusterkopfpeerings' resource, allowing for expanded permissions. - This change enhances the RBAC configuration to support additional functionalities. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
a224915024
commit
335252e8ed
@ -46,6 +46,9 @@ rules:
|
|||||||
- apiGroups: ["zalando.org"]
|
- apiGroups: ["zalando.org"]
|
||||||
resources: ["clusterkopfpeerings"]
|
resources: ["clusterkopfpeerings"]
|
||||||
verbs: ["list", "watch", "patch", "get"]
|
verbs: ["list", "watch", "patch", "get"]
|
||||||
|
- apiGroups: ["kopf.dev"]
|
||||||
|
resources: ["clusterkopfpeerings"]
|
||||||
|
verbs: ["list", "watch", "patch", "get"]
|
||||||
- apiGroups: ["apiextensions.k8s.io"]
|
- apiGroups: ["apiextensions.k8s.io"]
|
||||||
resources: ["customresourcedefinitions"]
|
resources: ["customresourcedefinitions"]
|
||||||
verbs: ["list", "watch"]
|
verbs: ["list", "watch"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user