Fix the "my-scheduler-as-kube-scheduler" ClusterRoleBinding. (#11112)

Signed-off-by: Bruno Custodio <brunomcustodio@gmail.com>
This commit is contained in:
Bruno M. Custódio 2018-11-28 16:33:39 +00:00 committed by k8s-ci-robot
parent 09e07c9f21
commit 333f8183f8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ subjects:
namespace: kube-system
roleRef:
kind: ClusterRole
name: kube-scheduler
name: system:kube-scheduler
apiGroup: rbac.authorization.k8s.io
---
apiVersion: apps/v1