kubernetes-handbook/manifests/rook/rook-agent-clusterrolebindi...

13 lines
275 B
YAML
Raw Normal View History

2018-02-24 23:09:09 +08:00
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: rookagent-clusterrolebinding
subjects:
- kind: ServiceAccount
name: rook-agent
namespace: rook-system
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: ""