Fix deletion

This commit is contained in:
Adrien Reslinger 2020-07-13 15:09:45 +02:00
parent 9a709951a1
commit a65d3a5e00

View file

@ -6,6 +6,8 @@ metadata:
spec:
ipWhiteList:
sourceRange:
{% if ingress_whitelist is defined %}
{% for acl_whitelist in ingress_whitelist %}
- {{ acl_whitelist }}
{% endfor %}
{% endif %}