Kubernetes YAML files for manual deployment

My team doesn’t use Helm with Kubernetes, so I wasn’t able to install via the recommended path listed here: Deploying on Kubernetes — Ray v2.0.0.dev0

I was able to use the example YAML file here with the ‘ray up’ command to deploy a cluster:

However, I’m looking for the actual Kubernetes YAML file that the ray command deployed to my cluster (as that YAML file itself isn’t a valid Kubernetes YAML file). Where can I find that? I’m aiming to incorporate that into our build process.

Thank you