From ac39dddc43e72d98ef841130d8d47c0e0cd9559b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 1 Mar 2019 16:12:35 +0100 Subject: [PATCH] the-new-hotness: Fix hostname syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/the-new-hotness/files/deploymentconfig.yml | 4 ++-- 1 file changed, 2 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 6f8c3a553f..abed497c99 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -26,9 +26,9 @@ items: hostAliases: - hostnames: - partner-bugzilla.redhat.com - ip: 209.132.183.72 + ip: 209.132.183.72 - apps.stg.fedoraproject.org - ip: 10.5.128.177 + ip: 10.5.128.177 containers: - name: the-new-hotness image: the-new-hotness/the-new-hotness:latest