Skip to content

Commit

Permalink
Add csm watch permissions. (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork authored Feb 2, 2024
1 parent d5efc82 commit 9b18cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rules:
verbs: ["get", "create", "delete", "update"]
- apiGroups: ["storage.dell.com"]
resources: ["containerstoragemodules"]
verbs: ["list", "create", "get", "delete"]
verbs: ["list", "create", "get", "delete", "watch"]
- apiGroups: ["mobility.storage.dell.com"]
resources: ["backups"]
verbs: ["list", "create", "get"]
Expand Down
2 changes: 1 addition & 1 deletion tests/config/clientconfig/apex/v1.0.0/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rules:
verbs: ["get", "create", "delete", "update"]
- apiGroups: ["storage.dell.com"]
resources: ["containerstoragemodules"]
verbs: ["list", "create", "get", "delete"]
verbs: ["list", "create", "get", "delete", "watch"]
- apiGroups: ["mobility.storage.dell.com"]
resources: ["backups"]
verbs: ["list", "create", "get"]
Expand Down

0 comments on commit 9b18cff

Please sign in to comment.