From b6fbead30b0f134e47b762c4fcfffe2482e3c7cd Mon Sep 17 00:00:00 2001 From: R-Lawton Date: Fri, 7 Jun 2024 17:09:08 +0100 Subject: [PATCH] rbac role --- config/rbac/role.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 5d5243ac..1522c52f 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -65,3 +65,10 @@ rules: - get - patch - update +- apiGroups: + - "policy" + resources: + - poddisruptionbudgets + verbs: + - list + - watch