Skip to content

Commit

Permalink
[OCP] add back permissions to set finalizers on CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Jun 7, 2024
1 parent fcefb85 commit 54446ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/state-operator-validation/0210_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ rules:
- get
- list
- watch
- apiGroups:
- nvidia.com
resources:
- clusterpolicies/finalizers
- nvidiadriver/finalizers
verbs:
- create
- get
- list
- watch
- update
- patch
- delete

0 comments on commit 54446ef

Please sign in to comment.