Skip to content

Commit

Permalink
step 2
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Sep 11, 2023
1 parent fe32ab1 commit 7517321
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,28 @@ rules:
- patch
- update
- watch
- apiGroups:
- dataworkflowservices.github.io
resources:
- clientmounts
verbs:
- get
- list
- apiGroups:
- dataworkflowservices.github.io
resources:
- clientmounts/status
verbs:
- get
- list
- apiGroups:
- dataworkflowservices.github.io
resources:
- systemconfigurations
verbs:
- get
- list
- watch
- apiGroups:
- dm.cray.hpe.com
resources:
Expand All @@ -104,28 +126,6 @@ rules:
- get
- patch
- update
- apiGroups:
- dataworkflowservices.github.io
resources:
- clientmounts
verbs:
- get
- list
- apiGroups:
- dataworkflowservices.github.io
resources:
- clientmounts/status
verbs:
- get
- list
- apiGroups:
- dataworkflowservices.github.io
resources:
- systemconfigurations
verbs:
- get
- list
- watch
- apiGroups:
- lus.cray.hpe.com
resources:
Expand Down

0 comments on commit 7517321

Please sign in to comment.