pub fn build_mc_writer_role_binding(
namespace: &str,
sa_name: &str,
) -> RoleBindingExpand description
Build the RoleBinding that binds the multi-cluster SA to its Role on the queen-ship.
The RoleBinding name matches the service account name, mirroring the convention in
deploy/scout/remote-cluster-rbac.yaml.