Handle annotations in firewallgroup reconcile function

This commit is contained in:
2025-04-10 19:36:55 +02:00
parent 7fc1960d4c
commit 7aadd06258
3 changed files with 72 additions and 17 deletions

View File

@@ -4,6 +4,14 @@ kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- ""
resources:
- services
verbs:
- get
- list
- watch
- apiGroups:
- unifi.engen.priv.no
resources:

View File

@@ -7,6 +7,8 @@ metadata:
name: firewallgroup-sample
spec:
name: Test
matchServicesInAllNamespaces: true
manualAddresses:
- 192.168.1.153
- 192.168.1.154
# TODO(user): Add fields here