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:
zhenyus 2025-08-18 14:45:21 +08:00
parent a224915024
commit 335252e8ed

View File

@ -46,6 +46,9 @@ rules:
- apiGroups: ["zalando.org"]
resources: ["clusterkopfpeerings"]
verbs: ["list", "watch", "patch", "get"]
- apiGroups: ["kopf.dev"]
resources: ["clusterkopfpeerings"]
verbs: ["list", "watch", "patch", "get"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["list", "watch"]