In the q1 it says to look at the rolebinding to know what’s the service account to be used. However, the used sa in the solution doesn’t have a rolebinding
oot@controlplane:/# kubectl get rolebindings,roles,sa -n omni
NAME ROLE AGE
rolebinding.rbac.authorization.k8s.io/fe Role/fe 61m
rolebinding.rbac.authorization.k8s.io/frontend Role/frontend 61m
NAME CREATED AT
role.rbac.authorization.k8s.io/fe 2022-07-09T07:08:18Z
role.rbac.authorization.k8s.io/frontend 2022-07-09T07:08:18Z
NAME SECRETS AGE
serviceaccount/default 1 61m
serviceaccount/fe 1 61m
serviceaccount/frontend 1 61m
serviceaccount/frontend-default 1 61m
the ones with a rolebinding are actually the ones to be deleted according to the solution