From 1722f1a63d064c8b7f50d0fd21c851ce74818138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 20 Feb 2019 11:25:19 +0100 Subject: [PATCH] the-new-hotness: Fix yaml error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../the-new-hotness/files/deploymentconfig.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 48ee8d27c8..60023e0dd0 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -24,8 +24,9 @@ items: deploymentconfig: the-new-hotness spec: hostAliases: - - hostnames: partner-bugzilla.redhat.com - ip: 209.132.183.72 + - hostnames: + - partner-bugzilla.redhat.com + ip: 209.132.183.72 containers: - name: the-new-hotness image: the-new-hotness/the-new-hotness:latest