Fix deletion
This commit is contained in:
parent
9a709951a1
commit
a65d3a5e00
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ipWhiteList:
|
ipWhiteList:
|
||||||
sourceRange:
|
sourceRange:
|
||||||
|
{% if ingress_whitelist is defined %}
|
||||||
{% for acl_whitelist in ingress_whitelist %}
|
{% for acl_whitelist in ingress_whitelist %}
|
||||||
- {{ acl_whitelist }}
|
- {{ acl_whitelist }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue