c12s-kubespray/roles/rbac/templates/custom:system:kube-dns-clusterrolebinding.yml

14 lines
298 B
YAML
Raw Normal View History

2017-04-15 10:04:00 +00:00
---
2017-04-13 17:18:07 +00:00
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
2017-04-15 10:04:00 +00:00
name: custom:system:kube-dns
2017-04-13 17:18:07 +00:00
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
2017-04-15 10:04:00 +00:00
name: custom:system:kube-dns
2017-04-13 17:18:07 +00:00
subjects:
- kind: ServiceAccount
2017-04-15 10:04:00 +00:00
name: kube-dns
namespace: {{system_namespace}}