Skip to content

Commit bb4dbd7

Browse files
authored
fix(kube): add RBAC rule for sandbox finalizer updates (#1203)
1 parent 8ace316 commit bb4dbd7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

deploy/kube/manifests/agent-sandbox.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4111,4 +4111,10 @@ rules:
41114111
- get
41124112
- patch
41134113
- update
4114+
- apiGroups:
4115+
- agents.x-k8s.io
4116+
resources:
4117+
- sandboxes/finalizers
4118+
verbs:
4119+
- update
41144120
---

0 commit comments

Comments
 (0)