I am using latest AWX version(16.0.0) in Kubernetes cluster and trying to understand how I can supply our internal CA Certificate awx_web and awx_task containers for this work. I need to do this for configuring LDAP authentication for AWX and also for running Ansible tasks later.
Can anyone tell me if I need to copy the .pem file to the docker image or reference those files in the inventory file, for Ansible playbook tasks to copy to respective containers at correct locations?