fix: balancer RBAC permission to update balancer status

This commit is contained in:
Amir Alavi 2023-07-17 22:39:02 -04:00 committed by GitHub
parent 686900b29d
commit 9fc1b81d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ rules:
- watch
- patch
- update
- apiGroups:
- balancer.x-k8s.io
resources:
- balancers/status
verbs:
- update
- apiGroups:
- ""
resources: