[release-monitoring] Add sleep to mid hook container for debug

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-04-26 16:11:26 +02:00
parent afe12ff954
commit e4f4cbb21f

View file

@ -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