kerneltest: fix mid hook to changed volumes location

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-03-13 11:42:48 +10:00
parent ee1da872ec
commit b08e9fba63

View file

@ -18,13 +18,15 @@ spec:
failurePolicy: Abort
execNewPod:
containerName: kerneltest
command: ["/opt/app-root/config/alembic_upgrade.sh"]
command: ["/etc/alembic-upgrade-script/alembic_upgrade.sh"]
env:
- name: PYTHONPATH
value: /opt/app-root/src
volumes:
- kerneltest-config-volume
- kerneltest-secret-volume
- kerneltest-secrets-volume
- alembic-upgrade-script-volume
- wsgi-script-volume
- ipa-config-volume
template:
metadata: