rancher-charts/packages/rancher-istio/charts/templates/clusterrolebinding.yaml

13 lines
296 B
YAML
Raw Normal View History

2020-07-21 20:22:47 +00:00
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: istio-installer
subjects:
- kind: ServiceAccount
2020-07-30 23:09:43 +00:00
name: istio-installer
namespace: {{ template "istio.namespace" . }}
2020-07-21 20:22:47 +00:00
roleRef:
kind: ClusterRole
name: istio-installer
apiGroup: rbac.authorization.k8s.io