Revert "add sleep for coreos-ostree-importer and fedora-ostree-pruner to debug"

This reverts commit d84897eefc.
This commit is contained in:
Dusty Mabe 2022-12-14 14:21:20 -05:00
parent d84897eefc
commit b6622ab49b
No known key found for this signature in database
GPG key ID: 3302DBD73952E671
2 changed files with 4 additions and 4 deletions

View file

@ -20,8 +20,8 @@ spec:
- name: coreos-ostree-importer
# sleep infinity is useful for debugging environment issues
# comment out when not debugging
args: ['infinity']
command: ['/usr/bin/sleep']
# args: ['infinity']
# command: ['/usr/bin/sleep']
volumeMounts:
- name: fedora-ostree-content-volume
mountPath: /mnt/koji

View file

@ -20,8 +20,8 @@ spec:
- name: fedora-ostree-pruner
# sleep infinity is useful for debugging environment issues
# comment out when not debugging
args: ['infinity']
command: ['/usr/bin/sleep']
#args: ['infinity']
#command: ['/usr/bin/sleep']
volumeMounts:
- name: fedora-ostree-content-volume
mountPath: /mnt/koji