rancher-charts/charts/rancher-webhook/0.1.0-beta500/templates/rbac.yaml

13 lines
282 B
YAML
Raw Normal View History

2020-09-30 23:34:22 +00:00
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: rancher-webhook
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: rancher-webhook
namespace: {{.Release.Namespace}}