bodhi: need to also load the alembic.ini template in openshift
We need this template to run the schema upgrades via the mid pod. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e9216f7424
commit
d2c2dde6b2
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ data:
|
|||
{{ load_file('production.ini.j2') | indent }}
|
||||
celeryconfig.py: |-
|
||||
{{ load_file('celeryconfig.py.j2') | indent }}
|
||||
alembic.ini: |-
|
||||
{{ load_file('alembic.ini') | indent }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue