mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
In an earlier patch the Cozystack controller now reads arbitrary objects in the cluster to establish the lineage of any created pod, service, pvc, or secret. These objects may be created by various other controllers, so in general, the controller now requires read permissions on arbitrary objects in the cluster. ```release-note [cozystack-controler] Fix an RBAC error that prevented the workload labelling feature from working. ``` Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>