openshift-apps/coreos-ostree-importer: fix yaml typo

The containers in the spec are a list.
This commit is contained in:
Dusty Mabe 2019-10-04 15:13:09 -04:00 committed by Pierre-Yves Chibon
parent 4529e597c2
commit c4300a34d8

View file

@ -17,7 +17,7 @@ spec:
name: coreos-ostree-importer
spec:
containers:
name: coreos-ostree-importer
- name: coreos-ostree-importer
image: registry.fedoraproject.org/fedora:30
# sleep infinity is useful for debugging environment issues
# comment out when not debugging