Skip to content

Commit

Permalink
Merge pull request #56 from 3scale/fix-openshift-custom-host-role
Browse files Browse the repository at this point in the history
Fix openshift custom host role
  • Loading branch information
miguelsorianod committed Mar 26, 2020
2 parents b36f913 + 234dd23 commit 0fb6754
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,18 @@ spec:
- patch
- update
- watch
- apiGroups:
- route.openshift.io
resources:
- routes/custom-host
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
serviceAccountName: apicast-operator
strategy: deployment
installModes:
Expand Down
13 changes: 13 additions & 0 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,16 @@ rules:
- patch
- update
- watch
# Openshift support
- apiGroups:
- route.openshift.io
resources:
- routes/custom-host
verbs:
- create
- delete
- get
- list
- patch
- update
- watch

0 comments on commit 0fb6754

Please sign in to comment.