Skip to content

Commit

Permalink
added patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 committed Feb 10, 2022
1 parent e67e168 commit 06f6255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/csi-unity/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents"]
verbs: ["create", "get", "list", "watch", "update", "delete"]
verbs: ["create", "get", "list", "watch", "update", "delete", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update"]
Expand All @@ -78,7 +78,7 @@ rules:
verbs: ["create", "list", "watch", "delete"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
verbs: ["update", "patch"]
# below for resizer
- apiGroups: [""]
resources: ["persistentvolumeclaims/status"]
Expand Down

0 comments on commit 06f6255

Please sign in to comment.