openshift-apps/coreos-ostree-importer: don't sleep anymore

We can actually run the app now!
This commit is contained in:
Dusty Mabe 2020-04-09 18:21:50 -04:00 committed by Pierre-Yves Chibon
parent cb1f9bf585
commit 393333b8f1

View file

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