openshift-apps/compose-tracker: add sleep statements
Useful for debugging in the future.
This commit is contained in:
parent
12ed5c48d5
commit
49016488a5
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ spec:
|
||||||
{% else %}
|
{% else %}
|
||||||
value: "https://pagure.io/"
|
value: "https://pagure.io/"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
# sleep infinity is useful for debugging environment issues
|
||||||
|
# comment out when not debugging
|
||||||
|
# args: ['infinity']
|
||||||
|
# command: ['/usr/bin/sleep']
|
||||||
image: ""
|
image: ""
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: compose-tracker
|
name: compose-tracker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue