From f5fedbb6b24a7fdea974e5dd5679bd6af76d7650 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 18 Feb 2021 10:59:58 -0800 Subject: [PATCH] Add Service resource "delete" permission to Concierge RBAC - Because the impersonation proxy config controller needs to be able to delete the load balancer which it created Signed-off-by: Margo Crawford --- deploy/concierge/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/concierge/rbac.yaml b/deploy/concierge/rbac.yaml index 3f3796ec..449c6d5a 100644 --- a/deploy/concierge/rbac.yaml +++ b/deploy/concierge/rbac.yaml @@ -75,7 +75,7 @@ metadata: rules: - apiGroups: [ "" ] resources: [ services ] - verbs: [ create, get, list, patch, update, watch ] + verbs: [ create, get, list, patch, update, watch, delete ] - apiGroups: [ "" ] resources: [ secrets ] verbs: [ create, get, list, patch, update, watch, delete ]