Skip to content

Commit

Permalink
Fix apiGroups in aggregate roles on manifests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
israel-hdez committed Aug 26, 2024
1 parent 5c903a4 commit 463c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/overlays/odh/user-cluster-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-view: "true"
rules:
- apiGroups:
- kubeflow.org
- serving.kserve.io
resources:
- servingruntimes
- servingruntimes/status
Expand Down

0 comments on commit 463c29d

Please sign in to comment.