diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index dd75fd45..d2c710bc 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -205,3 +205,14 @@ rules: - list - update - watch +- apiGroups: + - "" + resources: + - namespaces + verbs: + - create + - get + - list + - patch + - update + - watch