You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Wrong ClusterRole name in caches ClusterRoleBinding (#605)
**Issue:**
```
Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:serviceaccount:ack:ack-iam\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope: RBAC: clusterrole.rbac.authorization.k8s.io \"ack-iam-iam-chart-namespace-caches\" not found"
```
ClusterRoleBinding can not mount ClusterRole `ack-iam-iam-chart-namespace-caches` because it doesnt exist.
**Description of changes:**
Fix the naming of ClusterRoleBinding and ClusterRole attached to it.
**Fixes issue from PR:**
#593
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments