From 757933b4d3b4d0347c6a90c1cba8d0b3c13d063a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 8 Mar 2019 10:14:24 +0100 Subject: [PATCH] the-new-hotness: Fix syntax 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 3c4bdf54d3..d9d956fd03 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -25,14 +25,14 @@ items: spec: hostAliases: - hostnames: - - partner-bugzilla.redhat.com - ip: 209.132.183.72 + - partner-bugzilla.redhat.com + ip: 209.132.183.72 - hostnames: - - apps.stg.fedoraproject.org - ip: 10.5.128.177 + - apps.stg.fedoraproject.org + ip: 10.5.128.177 - hostnames: - - release-monitoring.org - ip: 10.5.126.8 + - release-monitoring.org + ip: 10.5.126.8 containers: - name: the-new-hotness image: the-new-hotness/the-new-hotness:latest