Handle annotations in firewallgroup reconcile function
This commit is contained in:
@@ -4,6 +4,14 @@ kind: ClusterRole
|
||||
metadata:
|
||||
name: manager-role
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- services
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- unifi.engen.priv.no
|
||||
resources:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user