From 463c29dfaf7ffa4c739b57cfd3da10d1cd27cb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Hern=C3=A1ndez?= <23639005+israel-hdez@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:00:50 -0600 Subject: [PATCH] Fix apiGroups in aggregate roles on manifests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One of the aggregate roles were using `kubeflow.org` in the API groups, which is incorrect. This fixes the manifests to use the right API group. Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com> --- config/overlays/odh/user-cluster-roles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/overlays/odh/user-cluster-roles.yaml b/config/overlays/odh/user-cluster-roles.yaml index d248b9996f..b7a8853ec7 100644 --- a/config/overlays/odh/user-cluster-roles.yaml +++ b/config/overlays/odh/user-cluster-roles.yaml @@ -43,7 +43,7 @@ metadata: rbac.authorization.k8s.io/aggregate-to-view: "true" rules: - apiGroups: - - kubeflow.org + - serving.kserve.io resources: - servingruntimes - servingruntimes/status