Skip to content

Commit 916232c

Browse files
committed
KEP-4192: update the required permissions
Signed-off-by: Stanislav Láznička <[email protected]>
1 parent ab99377 commit 916232c

File tree

1 file changed

+4
-5
lines changed
  • keps/sig-api-machinery/4192-svm-in-tree

1 file changed

+4
-5
lines changed

keps/sig-api-machinery/4192-svm-in-tree/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,10 @@ _We will use this approach for the Alpha release_.
267267
rules:
268268
- apiGroups: ["*"]
269269
resources: ["*"]
270-
verbs:
271-
- get
272-
- list
273-
- watch
274-
- update
270+
verbs: ["patch", "get", "list", "watch"]
271+
- apiGroups: ["storagemigration.k8s.io"]
272+
resources: ["storageversionmigrations/status"]
273+
verbs: ["update"]
275274
276275
apiVersion: rbac.authorization.k8s.io/v1
277276
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)