Skip to content

Commit ef08f98

Browse files
committed
fix: add pv patch permission with HonorPVReclaimPolicy enabled
fix
1 parent e30c443 commit ef08f98

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed
-3 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/rbac-csi-smb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
rules:
2626
- apiGroups: [""]
2727
resources: ["persistentvolumes"]
28-
verbs: ["get", "list", "watch", "create", "delete"]
28+
verbs: ["get", "list", "watch", "create", "patch", "delete"]
2929
- apiGroups: [""]
3030
resources: ["persistentvolumeclaims"]
3131
verbs: ["get", "list", "watch", "update"]
-2 Bytes
Binary file not shown.

charts/v1.15.0/csi-driver-smb/templates/rbac-csi-smb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
rules:
2626
- apiGroups: [""]
2727
resources: ["persistentvolumes"]
28-
verbs: ["get", "list", "watch", "create", "delete"]
28+
verbs: ["get", "list", "watch", "create", "patch", "delete"]
2929
- apiGroups: [""]
3030
resources: ["persistentvolumeclaims"]
3131
verbs: ["get", "list", "watch", "update"]

deploy/rbac-csi-smb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
rules:
1919
- apiGroups: [""]
2020
resources: ["persistentvolumes"]
21-
verbs: ["get", "list", "watch", "create", "delete"]
21+
verbs: ["get", "list", "watch", "create", "patch", "delete"]
2222
- apiGroups: [""]
2323
resources: ["persistentvolumeclaims"]
2424
verbs: ["get", "list", "watch", "update"]

deploy/v1.14.0/rbac-csi-smb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
rules:
1919
- apiGroups: [""]
2020
resources: ["persistentvolumes"]
21-
verbs: ["get", "list", "watch", "create", "delete"]
21+
verbs: ["get", "list", "watch", "create", "patch", "delete"]
2222
- apiGroups: [""]
2323
resources: ["persistentvolumeclaims"]
2424
verbs: ["get", "list", "watch", "update"]

deploy/v1.15.0/rbac-csi-smb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
rules:
1919
- apiGroups: [""]
2020
resources: ["persistentvolumes"]
21-
verbs: ["get", "list", "watch", "create", "delete"]
21+
verbs: ["get", "list", "watch", "create", "patch", "delete"]
2222
- apiGroups: [""]
2323
resources: ["persistentvolumeclaims"]
2424
verbs: ["get", "list", "watch", "update"]

0 commit comments

Comments
 (0)