From aa217956b18985693eaba72c775f963298026336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 25 Apr 2023 16:32:57 +0200 Subject: [PATCH] [release-monitoring] Fix the syntax of command in deploymentconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../release-monitoring/files/deploymentconfig.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index f381a618e7..c277d32b5b 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/python3, -m, "alembic.config -c /etc/anitya/alembic.ini upgrade head"] + command: [/bin/python3, -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/python3, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'"] + command: [/bin/python3, -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/python3, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'"] + command: [/bin/python3, -m "alembic.config", "-c /etc/anitya/alembic.ini current | grep '(head)'"] env: - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml