Skip to content

Commit

Permalink
add patch verb to powerscale
Browse files Browse the repository at this point in the history
  • Loading branch information
panigs7 committed Oct 25, 2023
1 parent a3b31ff commit 742940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rules:
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots/status"]
verbs: ["update"]
verbs: ["update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
Expand Down

0 comments on commit 742940e

Please sign in to comment.