mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
openshift-apps/compose-tracker: add sleep statements
Useful for debugging in the future.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
12ed5c48d5
commit
49016488a5
@@ -31,6 +31,10 @@ spec:
|
||||
{% else %}
|
||||
value: "https://pagure.io/"
|
||||
{% endif %}
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
# args: ['infinity']
|
||||
# command: ['/usr/bin/sleep']
|
||||
image: ""
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: compose-tracker
|
||||
|
||||
Reference in New Issue
Block a user