Skip to content

Commit

Permalink
fix: balancer RBAC permission to update balancer status
Browse files Browse the repository at this point in the history
  • Loading branch information
a7i authored Jul 18, 2023
1 parent 686900b commit 9fc1b81
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 9fc1b81

Please sign in to comment.