coreos-ostree-importer: temporarily change command to sleep infinity

We're currently debugging an issue with the importer. Have it sleep so
it lingers and we can poke around.
This commit is contained in:
Jonathan Lebon
2022-09-29 13:34:51 -04:00
parent 19448fa1f5
commit fadf9b0dcf

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