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
The text was updated successfully, but these errors were encountered:
waza-ari
changed the title
RoleBinding is broken if custom service account name is used
akv2k8s: RoleBinding is broken if custom service account name is used
Mar 4, 2024
When overriding the service account name, it is being used in the service account template:
public-helm-charts/stable/akv2k8s/templates/controller-serviceaccount.yaml
Line 5 in ca1cdd9
It is however not used when creating a role binding, so effectively the SA is missing required permissions:
public-helm-charts/stable/akv2k8s/templates/controller-rbac.yaml
Lines 59 to 62 in ca1cdd9
The text was updated successfully, but these errors were encountered: