diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index c21f568b2b..7515953e8d 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -19,7 +19,7 @@ items: failurePolicy: Abort execNewPod: containerName: release-monitoring-web - command: [ /bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini upgrade head" ] + command: [/bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini upgrade head"] volumes: - config-volume resources: {} @@ -118,7 +118,7 @@ items: failurePolicy: Retry execNewPod: containerName: release-monitoring-web - command: [ /bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'" ] + command: [/bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'"] env: - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml @@ -206,7 +206,7 @@ items: failurePolicy: Retry execNewPod: containerName: release-monitoring-web - command: [ /bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'" ] + command: [/bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'"] env: - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml