From e6015fc070257219a30d85f77f71c3382af396e4 Mon Sep 17 00:00:00 2001 From: "Ivan.Makeev" Date: Fri, 20 Dec 2024 15:10:45 +0400 Subject: [PATCH] * fix RBAC for agent Signed-off-by: Ivan.Makeev --- templates/agent/rbac.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/agent/rbac.yaml b/templates/agent/rbac.yaml index b177e3c7..381909c8 100644 --- a/templates/agent/rbac.yaml +++ b/templates/agent/rbac.yaml @@ -17,6 +17,15 @@ rules: - get - list - watch + - apiGroups: + - "" + resources: + - nodes/status + verbs: + - get + - list + - patch + - update - apiGroups: - "" resources: