From 3bb00be48f65b45e766b51242c674d094d427ab4 Mon Sep 17 00:00:00 2001 From: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:16:16 +0100 Subject: [PATCH] try kubeflow-admin instead of cluster-admin Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- .../third-party/metacontroller/base/cluster-role-binding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pipeline/upstream/third-party/metacontroller/base/cluster-role-binding.yaml b/apps/pipeline/upstream/third-party/metacontroller/base/cluster-role-binding.yaml index dc9c732419..b5d549c50c 100644 --- a/apps/pipeline/upstream/third-party/metacontroller/base/cluster-role-binding.yaml +++ b/apps/pipeline/upstream/third-party/metacontroller/base/cluster-role-binding.yaml @@ -5,7 +5,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: cluster-admin + name: kubeflow-admin subjects: - kind: ServiceAccount name: meta-controller-service