From c4300a34d86835be38a5450fd5d52466eb5cb5ad Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 4 Oct 2019 15:13:09 -0400 Subject: [PATCH] openshift-apps/coreos-ostree-importer: fix yaml typo The containers in the spec are a list. --- .../coreos-ostree-importer/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml index 0f18446d68..501cf307aa 100644 --- a/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml +++ b/roles/openshift-apps/coreos-ostree-importer/templates/deploymentconfig.yml @@ -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