kerneltest: fix mid hook to changed volumes location
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
ee1da872ec
commit
b08e9fba63
1 changed files with 4 additions and 2 deletions
|
@ -18,13 +18,15 @@ spec:
|
||||||
failurePolicy: Abort
|
failurePolicy: Abort
|
||||||
execNewPod:
|
execNewPod:
|
||||||
containerName: kerneltest
|
containerName: kerneltest
|
||||||
command: ["/opt/app-root/config/alembic_upgrade.sh"]
|
command: ["/etc/alembic-upgrade-script/alembic_upgrade.sh"]
|
||||||
env:
|
env:
|
||||||
- name: PYTHONPATH
|
- name: PYTHONPATH
|
||||||
value: /opt/app-root/src
|
value: /opt/app-root/src
|
||||||
volumes:
|
volumes:
|
||||||
- kerneltest-config-volume
|
- kerneltest-config-volume
|
||||||
- kerneltest-secret-volume
|
- kerneltest-secrets-volume
|
||||||
|
- alembic-upgrade-script-volume
|
||||||
|
- wsgi-script-volume
|
||||||
- ipa-config-volume
|
- ipa-config-volume
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue