Open mesenger opened 1 month ago
Hi @mesenger,
Thanks for reaching out.
In the values file, you could for example useAWX.spec.image
. The same is true for the the Execution Environments with AWX.spec.ee_images
.
The full reference of the CRD is available in the following link.
I hope that answers your question.
Hi, I would need to specify location for container images to be fetched from my private registry. I am able to do that for Operator itself inside template: templates/deployment-awx-operator-controller-manager.yaml: image: quay.io/ansible/awx-operator:2.19.0
But how can I do the same for AWX deployment itself, for image: quay.io/ansible/awx-ee:latest ?