Skip to content

Commit 27381f8

Browse files
Update RBAC for K8s version 1.32 for volumesnapshots to allow namespace reconciler to watch volumesnapshots (#3460)
1 parent 986aa2d commit 27381f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/supervisorcluster/1.32/cns-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rules:
9898
verbs: ["get", "list", "watch"]
9999
- apiGroups: [ "snapshot.storage.k8s.io" ]
100100
resources: [ "volumesnapshots" ]
101-
verbs: [ "get", "list", "patch", "update" ]
101+
verbs: [ "get", "list", "patch", "update", "watch" ]
102102
- apiGroups: [ "snapshot.storage.k8s.io" ]
103103
resources: [ "volumesnapshotclasses" ]
104104
verbs: [ "watch", "get", "list" ]

0 commit comments

Comments
 (0)