Skip to content

Commit

Permalink
Added the patch verb to volumesnapshotcontents/status to fix snapshot…
Browse files Browse the repository at this point in the history
…s creation. (#458)

Co-authored-by: JacobGros <[email protected]>
  • Loading branch information
2 people authored and shaynafinocchiaro committed Jul 26, 2024
1 parent 4ee2227 commit cfc3f26
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 @@ -75,7 +75,7 @@ rules:
verbs: ["update", "patch"]
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshotcontents/status"]
verbs: ["update"]
verbs: ["update", "patch"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["create", "list", "watch", "delete"]
Expand Down

0 comments on commit cfc3f26

Please sign in to comment.