Skip to content

Commit

Permalink
adding clusterversions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiona-Waters authored and openshift-merge-robot committed Jun 21, 2023
1 parent c2b68fa commit 892d65d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions config/internal/instascale/clusterrole.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,19 @@ rules:
- apiGroups:
- ""
resourceNames:
- instascale-ocm-secret
- instascale-ocm-secret
resources:
- secrets
- secrets
verbs:
- get
- get

- apiGroups:
- config.openshift.io
resources:
- clusterversions
verbs:
- get
- list

- apiGroups:
- apps
Expand Down

0 comments on commit 892d65d

Please sign in to comment.