bodhi: use the right path for the alembic config
Since this mid pod was never working before it was using the old /srv/bodhi path instead of the current /etc/bodhi one. Switch it over to use the current path. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d2c2dde6b2
commit
394e856f0e
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ items:
|
|||
- /bin/sh
|
||||
- '-c'
|
||||
- >-
|
||||
(/usr/bin/alembic-3 -c /srv/bodhi/alembic.ini current | grep -q
|
||||
"(head)") || ( cd /srv/bodhi && /usr/bin/alembic-3 -c
|
||||
/srv/bodhi/alembic.ini upgrade head)
|
||||
(/usr/bin/alembic-3 -c /etc/bodhi/alembic.ini current | grep -q
|
||||
"(head)") || ( cd /etc/bodhi && /usr/bin/alembic-3 -c
|
||||
/etc/bodhi/alembic.ini upgrade head)
|
||||
containerName: bodhi-web
|
||||
volumes:
|
||||
- config-volume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue