From 695150ae05391c16b149e0aab712f4f468c8a31b Mon Sep 17 00:00:00 2001 From: Trevor Dawe Date: Fri, 31 May 2024 09:38:02 -0300 Subject: [PATCH] Update lease permissions for authorization-controller (#580) --- .../moduleconfig/authorization/v2.0.0-alpha/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/operatorconfig/moduleconfig/authorization/v2.0.0-alpha/deployment.yaml b/operatorconfig/moduleconfig/authorization/v2.0.0-alpha/deployment.yaml index 5649c2087..24e621020 100644 --- a/operatorconfig/moduleconfig/authorization/v2.0.0-alpha/deployment.yaml +++ b/operatorconfig/moduleconfig/authorization/v2.0.0-alpha/deployment.yaml @@ -473,6 +473,9 @@ rules: - apiGroups: ["csm-authorization.storage.dell.com"] resources: ["storages/finalizers"] verbs: ["update"] + - apiGroups: ["coordination.k8s.io"] + resources: ["leases"] + verbs: ["create", "update", "get", "delete", "list"] --- kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1