openshift-apps/coreos-koji-tagger: remove sleep infinity
No longer debugging so we should be good to let the app run!
This commit is contained in:
parent
0c86b14ffa
commit
98d107dec9
1 changed files with 4 additions and 2 deletions
|
@ -32,8 +32,10 @@ spec:
|
|||
- name: GITHUB_REPO_BRANCH
|
||||
value: "refs/heads/fedora-infra-staging"
|
||||
{% endif %}
|
||||
args: ['infinity']
|
||||
command: ['/usr/bin/sleep']
|
||||
# sleep infinity is useful for debugging environment issues
|
||||
# comment out when not debugging
|
||||
# args: ['infinity']
|
||||
# command: ['/usr/bin/sleep']
|
||||
volumeMounts:
|
||||
- name: coreos-koji-tagger-keytab-volume
|
||||
mountPath: /etc/coreos-koji-tagger-keytab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue