Skip to content

Commit

Permalink
plugin backend queries for Services, not Cryostat CRs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 25, 2025
1 parent 6718ca3 commit ae01eef
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/openshift/console-plugin/clusterrole-cryostat-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ metadata:
name: cryostat-plugin
rules:
- apiGroups:
- operator.cryostat.io
- ""
resources:
- cryostats
- services
verbs:
- get
- list
- apiGroups:
- operator.cryostat.io
resources:
- cryostats/status
verbs:
- get

0 comments on commit ae01eef

Please sign in to comment.