Skip to content

Commit

Permalink
Add create permission for cluster-presets (#629)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Dec 18, 2024
1 parent 0a3d1f3 commit d866f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-presets/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ rules:
- snapshot.storage.k8s.io
resources:
- volumesnapshotclasses
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "watch", "create"]
# crd watcher
- apiGroups:
- apiextensions.k8s.io
Expand Down

0 comments on commit d866f25

Please sign in to comment.