Gitlab managed kubernetes runner - how to add CA certs?

I’ve got a fresh Gitlab instance with a runner on Kubernetes, with the runner installed through admin -> kubernetes -> applications, but all my jobs are failing because of CA certificate verification errors from the runner.

How do I provide this runner with the CA certs I’m using on the Gitlab instance?