c12s-kubespray/roles/kubernetes-apps/helm/templates/tiller-clusterrolebinding.yml

15 lines
315 B
YAML
Raw Normal View History

---
2017-06-27 04:27:25 +00:00
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: tiller
namespace: {{ system_namespace }}
subjects:
- kind: ServiceAccount
name: tiller
namespace: {{ system_namespace }}
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io