github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/charts/ingress/templates/clusterrolebinding.yaml (about)

     1  apiVersion: rbac.authorization.k8s.io/v1beta1
     2  kind: ClusterRoleBinding
     3  metadata:
     4    name: istio-ingress-{{ .Release.Namespace }}
     5  roleRef:
     6    apiGroup: rbac.authorization.k8s.io
     7    kind: ClusterRole
     8    name: istio-pilot-{{ .Release.Namespace }}
     9  subjects:
    10    - kind: ServiceAccount
    11      name: istio-ingress-service-account
    12      namespace: {{ .Release.Namespace }}