diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 52c16450..7b08bc53 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -133,3 +133,11 @@ rules: - get - patch - update +- apiGroups: + - "" + resources: + - persistentvolumeclaims + verbs: + - get + - list + - watch