From 9fc1b81d8c843a476229b0f00364ca17993b4842 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Mon, 17 Jul 2023 22:39:02 -0400 Subject: [PATCH] fix: balancer RBAC permission to update balancer status --- balancer/deploy/controller.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/balancer/deploy/controller.yaml b/balancer/deploy/controller.yaml index 9dfc079ee0..a6a8bd4db6 100644 --- a/balancer/deploy/controller.yaml +++ b/balancer/deploy/controller.yaml @@ -20,6 +20,12 @@ rules: - watch - patch - update + - apiGroups: + - balancer.x-k8s.io + resources: + - balancers/status + verbs: + - update - apiGroups: - "" resources: