I've been told that the reason why the container-agent chart need to deploy a ClusterRole is to automatically detect the CPU architecture of the node.
Since the ClusterRole applies to the entire k8s cluster, there's some policy limitation in my org which makes deploying a ClusterRole complicated.
It would be great if the chart allows specifying CPU architecture via a field in values.yaml so that we don't have to deploy the ClusterRole.