From e4f4cbb21f7f626d92ddcf71b69379f503e43f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 26 Apr 2023 16:11:26 +0200 Subject: [PATCH] [release-monitoring] Add sleep to mid hook container for debug 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index 3e167e7c56..41da510444 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -206,7 +206,8 @@ items: failurePolicy: Retry execNewPod: containerName: release-monitoring-web - command: [/bin/python3, -m alembic, -c /etc/anitya/alembic.ini, current | grep '(head)'] + command: [sleep, 1000] +# command: [/bin/python3, -m alembic, -c /etc/anitya/alembic.ini, current | grep '(head)'] env: - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml