Skip to content

Commit

Permalink
Remove unnecessary RBAC rule for mpijobs-admin***
Browse files Browse the repository at this point in the history
***Update cluster-role.yaml to remove the unnecessary RBAC rule for mpijobs-admin.***
  • Loading branch information
vishvajit79 committed Mar 26, 2024
1 parent 79a9b37 commit f5cf739
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/v2beta1/mpi-operator.yaml
Expand Up @@ -8473,7 +8473,6 @@ metadata:
app.kubernetes.io/name: mpi-operator
kustomize.component: mpi-operator
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-edit: "true"
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-mpijobs-admin: "true"
name: kubeflow-mpijobs-edit
rules:
- apiGroups:
Expand Down
1 change: 0 additions & 1 deletion manifests/base/cluster-role.yaml
Expand Up @@ -126,7 +126,6 @@ metadata:
name: kubeflow-mpijobs-edit
labels:
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-edit: "true"
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-mpijobs-admin: "true"
rules:
- apiGroups:
- kubeflow.org
Expand Down

0 comments on commit f5cf739

Please sign in to comment.