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 a15c22d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ kind: ClusterRole
metadata:
name: acme-controller
rules:
- apiGroups:
- ""
- apiGroups: null
resources:
- endpoints
- endpoints/restricted
- events
- routes
- routes/custom-host
- routes/status
- secrets
- services
verbs:
- '*'
- apiGroups:
- ""
- apiGroups: null
resources:
- namespaces
- projects
Expand Down

0 comments on commit a15c22d

Please sign in to comment.