openshift/project: fix if condition
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
6fd848dbeb
commit
bbaa0f409b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue