Howto teach my awx minikube cluster about my internal DNS resolvers at deployment time?

I am using the new operator (v 0.22.0) method to deploy awx 21.1.0 into a test minikuke Kubernetes cluster using the basic install as documented in

https://github.com/ansible/awx-operator#basic-install

How or where to I set my awx related pods to know to use my internal dns resolvers to find my local linux and windows machines?
Both winrm and kerberos totally depend on a fully working DNS, fr linux I could get away by setting the IP under the ansible_host var, but in my test setup the awx pods do not know about my internal zone dns servers and active directory domain controllers.

How do I set this so the operator deploy injects that info into all its pods in the awx namespace?

Thanks for any help or pointers. I can go and edit ephemeral pods and manually inject the info into the /etc/resov.conf, but in Kubernetes deployment that just feels wrong.