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
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue