mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-30 11:24:47 +00:00
14 lines
290 B
YAML
14 lines
290 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: tiller
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: "{{ tiller_cluster_role }}"
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: tiller
|
|
namespace: "{{ tiller_namespace }}"
|