From 05d144b3456363e35b6a965cda736c72dd9cad19 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Mon, 16 Oct 2023 08:59:59 +0200 Subject: [PATCH] Add Routes to Ray cluster role --- .../rbac/mcad-controller-ray-clusterrole.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/codeflare-stack/rbac/mcad-controller-ray-clusterrole.yaml b/codeflare-stack/rbac/mcad-controller-ray-clusterrole.yaml index 54648a91..f9562420 100644 --- a/codeflare-stack/rbac/mcad-controller-ray-clusterrole.yaml +++ b/codeflare-stack/rbac/mcad-controller-ray-clusterrole.yaml @@ -17,3 +17,15 @@ rules: - update - patch - delete +- apiGroups: + - route.openshift.io + resources: + - routes + verbs: + - create + - delete + - get + - list + - patch + - update + - watch