From f80e71950e1f4f3fb6130fc7aea8edacb1d3d1ba Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 6 Nov 2023 12:27:02 -0500 Subject: [PATCH] Add lease RBAC perm to submariner-globalnet role Signed-off-by: Tom Pantelis --- submariner-operator/templates/rbac.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 29e8525..6c2a3b5 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -370,6 +370,17 @@ rules: - patch - update - watch + - apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - get + - list + - watch + - create + - update + - delete --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding