From 1c40e0da2b9eadb060d2f1deffcd1181e3f0b86a Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Fri, 17 May 2024 16:33:31 +0200 Subject: [PATCH] deploy: allow the controller to update IPAMClaims Signed-off-by: Miguel Duarte Barroso --- config/rbac/role.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 8627a972..a2335492 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -26,4 +26,4 @@ rules: - apiGroups: ["k8s.cni.cncf.io"] resources: - ipamclaims - verbs: [ "create" ] + verbs: [ "create", "update" ]