mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user