fix: balancer RBAC permission to update balancer status
This commit is contained in:
parent
686900b29d
commit
9fc1b81d8c
|
@ -20,6 +20,12 @@ rules:
|
||||||
- watch
|
- watch
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- balancer.x-k8s.io
|
||||||
|
resources:
|
||||||
|
- balancers/status
|
||||||
|
verbs:
|
||||||
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue