openshift/project: fix if condition

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 13:54:16 +02:00
parent 6fd848dbeb
commit bbaa0f409b

View file

@ -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: