Skip to content

Commit

Permalink
bundle: update role to work with operatorconditions
Browse files Browse the repository at this point in the history
Signed-off-by: Leela Venkaiah G <lgangava@ibm.com>
  • Loading branch information
leelavg authored and iamniting committed Jul 25, 2024
1 parent 88aa121 commit 4d2ba9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundle/manifests/odf-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ spec:
- patch
- update
- watch
- apiGroups:
- operators.coreos.com
resources:
- operatorconditions
verbs:
- get
- list
- watch
- apiGroups:
- operators.coreos.com
resources:
Expand Down
8 changes: 8 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ rules:
- patch
- update
- watch
- apiGroups:
- operators.coreos.com
resources:
- operatorconditions
verbs:
- get
- list
- watch
- apiGroups:
- operators.coreos.com
resources:
Expand Down

0 comments on commit 4d2ba9b

Please sign in to comment.