mirror of https://git.rancher.io/charts
13 lines
296 B
YAML
13 lines
296 B
YAML
kind: ClusterRoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: istio-installer
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: istio-installer
|
|
namespace: {{ template "istio.namespace" . }}
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: istio-installer
|
|
apiGroup: rbac.authorization.k8s.io
|