diff --git a/packages/system/cozystack-controller/templates/rbac.yaml b/packages/system/cozystack-controller/templates/rbac.yaml index 64f1eaa1..eb680f70 100644 --- a/packages/system/cozystack-controller/templates/rbac.yaml +++ b/packages/system/cozystack-controller/templates/rbac.yaml @@ -12,3 +12,6 @@ rules: - apiGroups: ["helm.toolkit.fluxcd.io"] resources: ["helmreleases"] verbs: ["get", "list", "watch", "patch", "update"] +- apiGroups: [""] + resources: ["namespaces"] + verbs: ["get", "list", "watch", "patch", "update"]