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