Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Update clusterrole to work with OpenShift 3.6 (due to openshift/origi…
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed Jul 19, 2017
1 parent 8de910f commit f729593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ metadata:
rules:
- apiGroups:
- ""
- "route.openshift.io"
resources:
- endpoints
- endpoints/restricted
- events
- routes
- routes/custom-host
- routes/status
- secrets
- services
verbs:
- '*'
- apiGroups:
- apiGroups:
- ""
resources:
- namespaces
Expand Down

0 comments on commit f729593

Please sign in to comment.