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

Commit d1f45fe

Browse files
committed
Update clusterrole to work with OpenShift 3.6 (due to openshift/origin#13905)
1 parent 8de910f commit d1f45fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/clusterrole.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ metadata:
44
rules:
55
- apiGroups:
66
- ""
7+
- "route.openshift.io"
78
resources:
89
- endpoints
910
- endpoints/restricted
1011
- events
1112
- routes
13+
- routes/custom-host
14+
- routes/status
1215
- secrets
1316
- services
1417
verbs:

0 commit comments

Comments
 (0)