Add LH coredns permission to access Submariner resource

Addresses
https://github.com/submariner-io/lighthouse/issues/936#issuecomment-1416197295

Also removed the permissions for the obsolete lighthouse.submariner.io
group.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
Tom Pantelis
2023-12-01 17:01:36 -05:00
committed by Thomas Pantelis
parent 279ca0490a
commit e3d616f793
+1 -11
View File
@@ -879,21 +879,11 @@ rules:
- update
- delete
- deletecollection
- apiGroups:
- lighthouse.submariner.io
resources:
- "*"
verbs:
- create
- get
- list
- watch
- update
- delete
- apiGroups:
- submariner.io
resources:
- "gateways"
- "submariners"
verbs:
- get
- list