mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
web: Update python path for rediect page
The application container image is now using python3.12 so we need to update the associated volume mount for the redirect page. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
committed by
Dimitri Savineau
parent
eeed2b8ae5
commit
f04ab1878c
@@ -202,7 +202,7 @@ spec:
|
||||
volumeMounts:
|
||||
{% if public_base_url is defined %}
|
||||
- name: redirect-page
|
||||
mountPath: '/var/lib/awx/venv/awx/lib/python3.11/site-packages/awx/ui/build/index.html'
|
||||
mountPath: '/var/lib/awx/venv/awx/lib/python3.12/site-packages/awx/ui/build/index.html'
|
||||
subPath: redirect-page.html
|
||||
{% endif %}
|
||||
{% if bundle_ca_crt %}
|
||||
|
||||
Reference in New Issue
Block a user