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:
Kevin Fenzi 2023-12-08 11:39:01 -08:00
parent e9216f7424
commit d2c2dde6b2

View file

@ -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