From bbaa0f409b0000d490442b29c2978c67ce1c2923 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 9 May 2019 13:54:16 +0200 Subject: [PATCH] openshift/project: fix if condition Signed-off-by: Patrick Uiterwijk --- roles/openshift/project/templates/egresspolicy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift/project/templates/egresspolicy.yml b/roles/openshift/project/templates/egresspolicy.yml index 12358861fb..5cb161b4a5 100644 --- a/roles/openshift/project/templates/egresspolicy.yml +++ b/roles/openshift/project/templates/egresspolicy.yml @@ -5,7 +5,7 @@ metadata: name: default spec: egress: -{% if not allow_fas_db or env != "production" %} +{% if not allow_fas_db %} {% if env == "staging" %} - type: Deny to: