Skip to content

Commit b3064b4

Browse files
committed
Remove unnecessary RBAC rule for mpijobs-admin***
***Update cluster-role.yaml to remove the unnecessary RBAC rule for mpijobs-admin.*** Signed-off-by: Vishvajit Kher <[email protected]>
1 parent 79a9b37 commit b3064b4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/v2beta1/mpi-operator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8473,7 +8473,6 @@ metadata:
84738473
app.kubernetes.io/name: mpi-operator
84748474
kustomize.component: mpi-operator
84758475
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-edit: "true"
8476-
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-mpijobs-admin: "true"
84778476
name: kubeflow-mpijobs-edit
84788477
rules:
84798478
- apiGroups:

manifests/base/cluster-role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ metadata:
126126
name: kubeflow-mpijobs-edit
127127
labels:
128128
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-edit: "true"
129-
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-mpijobs-admin: "true"
130129
rules:
131130
- apiGroups:
132131
- kubeflow.org

0 commit comments

Comments
 (0)