openshift-apps/coreos-ostree-importer: fix yaml typo
The containers in the spec are a list.
This commit is contained in:
parent
4529e597c2
commit
c4300a34d8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ spec:
|
||||||
name: coreos-ostree-importer
|
name: coreos-ostree-importer
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
name: coreos-ostree-importer
|
- name: coreos-ostree-importer
|
||||||
image: registry.fedoraproject.org/fedora:30
|
image: registry.fedoraproject.org/fedora:30
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue