Skip to content

Commit

Permalink
Merge pull request #5964 from a7i/balancer-rbac-update-status
Browse files Browse the repository at this point in the history
fix: balancer RBAC permission to update balancer status
  • Loading branch information
k8s-ci-robot authored Aug 4, 2023
2 parents dd4263c + 9fc1b81 commit 71dca88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions balancer/deploy/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ rules:
- watch
- patch
- update
- apiGroups:
- balancer.x-k8s.io
resources:
- balancers/status
verbs:
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 71dca88

Please sign in to comment.