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 <margaretc@vmware.com>
This commit is contained in:
parent
957cb2d56c
commit
f5fedbb6b2
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user