[Backport release-0.31] [cozystack-controller] Fix RBAC for annotating namespaces (#1037)

# Description
Backport of #1031 to `release-0.31`.
This commit is contained in:
Andrei Kvapil
2025-06-16 18:21:55 +02:00
committed by GitHub

View File

@@ -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"]