c12s-kubespray/roles/rbac/templates/custom:system:kube-dns-clusterrolebinding.yml
2017-04-24 14:24:49 +02:00

13 lines
289 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: custom:system:kube-dns
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: custom:system:kube-dns
subjects:
- kind: ServiceAccount
name: kube-dns
namespace: kube-system