I'm currently using v1.1.1 of the Helm chart (as a sub-chart in my own chart) and unfortunately, the ServiceAccount references in the rbac.yaml of the Helm chart are broken.
The RoleBinding resource-locker-operator-leader-election-rolebinding and ClusterRoleBindings resource-locker-operator-manager-rolebinding and resource-locker-operator-proxy-rolebinding all bind to the following ServiceAccount:
subjects:
- kind: ServiceAccount
name: controller-manager
namespace: system
To my understanding, the correct subject should look like this:
I'm currently using v1.1.1 of the Helm chart (as a sub-chart in my own chart) and unfortunately, the ServiceAccount references in the
rbac.yaml
of the Helm chart are broken.The RoleBinding
resource-locker-operator-leader-election-rolebinding
and ClusterRoleBindingsresource-locker-operator-manager-rolebinding
andresource-locker-operator-proxy-rolebinding
all bind to the following ServiceAccount:To my understanding, the correct subject should look like this: