From 1f80a4f8a8ab7a44f09c2eb84d8bcc827ca76de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 25 Apr 2023 15:56:44 +0200 Subject: [PATCH] [release-monitoring] Fix yamllint issues 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 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