bundles/netdata: use correct metadatum name
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-15 13:25:15 +01:00
parent 4f9281a4a4
commit 121dfb692c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -9,7 +9,7 @@ defaults = {
@metadata_reactor
def iptables(metadata):
interfaces = metadata.get('netdata/restrict_to_interfaces', set())
interfaces = metadata.get('netdata/restrict-to-interfaces', set())
iptables = []
if len(interfaces):