Skip to content

Commit

Permalink
[YUNIKORN-1828] unify plugin.yaml with other deployment example files
Browse files Browse the repository at this point in the history
  • Loading branch information
steinsgateted committed Sep 16, 2023
1 parent 7ed478a commit 04e60e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/scheduler/yunikorn-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: yunikorn-admin
namespace: yunikorn
namespace: default
roleRef:
kind: ClusterRole
name: yunikorn-scheduler
Expand All @@ -80,7 +80,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: yunikorn-admin
namespace: yunikorn
namespace: default
roleRef:
kind: ClusterRole
name: system:kube-scheduler
Expand All @@ -94,7 +94,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: yunikorn-admin
namespace: yunikorn
namespace: default
roleRef:
kind: ClusterRole
name: system:volume-scheduler
Expand Down

0 comments on commit 04e60e3

Please sign in to comment.