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

Having some trouble with the pruner and importer right now so let's
try to debug further by just getting a terminal in the pods.
This commit is contained in:
Dusty Mabe 2022-12-14 13:12:14 -05:00
parent 222d670bf0
commit d84897eefc
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