diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 31cefd03ce..e4e8139466 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -39,9 +39,9 @@ items: {% else %} git checkout production && \ {% endif %} - python3 setup.py install && \ + pip-3 install . && \ pushd hotness_schema && \ - python3 setup.py install && \ + pip-3 install . && \ rm -rf the-new-hotness EXPOSE 9940 type: Dockerfile diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index e80b22e00f..4778ae7ca1 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -10,7 +10,7 @@ items: labels: app: the-new-hotness data: - anitya.toml: |- + config.toml: |- # This file is in the TOML format. # For complete details on all configuration options, see the documentation # https://fedora-messaging.readthedocs.io/en/latest/configuration.html.