diff --git a/deploy/clusterrole.yaml b/deploy/clusterrole.yaml index a8932f142..2d3dad780 100644 --- a/deploy/clusterrole.yaml +++ b/deploy/clusterrole.yaml @@ -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