Hi!
I plan to configure existing awx 21.x to use custom-ca-bundle. I followed the instruction in github: https://github.com/ansible/awx-operator/issues/376 however it is not working for me. could some one help me here.
Steps followed:
created the secret named awx-ssl-ca-custom
modified the awx.yaml file to have the space contains above awx-ssl-ca-custom
bundle_cacert_secret: awx-ssl-ca-custom
then ran the kubectl -n awx replace -f awx.yaml
after the above step it is not triggering operator deployment, I had to do it manually however still the cert is not populated under /etc/pk of each container.
Kindly advice.
Thanks.