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-03-23 14:03:25 +01:00
committed by Stephen Kitt
parent c0ce6ae239
commit 5e0b4e62c0
+1 -11
View File
@@ -887,21 +887,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