metal-stack / firewall-controller

A kubernetes controller running on bare-metal firewalls, creating nftables rules, configures suricata, collects network metrics
MIT License
47 stars 4 forks source link

reconcile firewall exporter service labels #56

Closed mwennrich closed 3 years ago

mwennrich commented 3 years ago

Follow up to https://github.com/metal-stack/firewall-controller/pull/49

In clusters, which already have the firewall exporter services, the new labels currently do not get added.

With this PR, the firewall-exporter-services get reconciled also on metada.labels changes.