Please confirm the following
Bug Summary
During the upgrade to awx 24.0.0, a new pod is created for migration. This pod doesnt contain the custom ca certificate and fails when using external postgres with verify enabled.
AWX Operator version
2.13.1
AWX version
24.0.0
Kubernetes platform
kubernetes
Kubernetes/Platform version
1.27.11
Modifications
no
Steps to reproduce
Update from awx 23.8.1 to 24.0.0
Add custom ca certs with external postgres.
Expected results
migration pod run with custom ca certs added and migration finishes in task pods.
Actual results
no custom ca certs added and pod failing with django.db.utils.OperationalError: connection failed: certificate verify failed
Additional information
File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/psycopg/connection.py", line 728, in connect
raise ex.with_traceback(None)
django.db.utils.OperationalError: connection failed: certificate verify failed
Operator Logs
No response
Please confirm the following
Bug Summary
During the upgrade to awx 24.0.0, a new pod is created for migration. This pod doesnt contain the custom ca certificate and fails when using external postgres with verify enabled.
AWX Operator version
2.13.1
AWX version
24.0.0
Kubernetes platform
kubernetes
Kubernetes/Platform version
1.27.11
Modifications
no
Steps to reproduce
Update from awx 23.8.1 to 24.0.0
Add custom ca certs with external postgres.
Expected results
migration pod run with custom ca certs added and migration finishes in task pods.
Actual results
no custom ca certs added and pod failing with django.db.utils.OperationalError: connection failed: certificate verify failed
Additional information
File "/var/lib/awx/venv/awx/lib64/python3.9/site-packages/psycopg/connection.py", line 728, in connect
raise ex.with_traceback(None)
django.db.utils.OperationalError: connection failed: certificate verify failed
Operator Logs
No response