From d2c2dde6b2fc6ae79f6f9466bee58ae58ab9607e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 Dec 2023 11:39:01 -0800 Subject: [PATCH] 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 --- roles/bodhi2/base/templates/configmap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/base/templates/configmap.yml b/roles/bodhi2/base/templates/configmap.yml index 7d439064c8..1a512efe5c 100644 --- a/roles/bodhi2/base/templates/configmap.yml +++ b/roles/bodhi2/base/templates/configmap.yml @@ -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