github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/base/charts/mixer/templates/clusterrolebinding.yaml (about)

     1  ---
     2  # Source: istio/charts/mixer/templates/clusterrolebinding.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRoleBinding
     5  metadata:
     6    name: istio-mixer-admin-role-binding-default
     7    labels:
     8      app: mixer
     9      chart: mixer
    10      heritage: Tiller
    11      release: istio
    12  roleRef:
    13    apiGroup: rbac.authorization.k8s.io
    14    kind: ClusterRole
    15    name: istio-mixer-default
    16  subjects:
    17    - kind: ServiceAccount
    18      name: istio-mixer-service-account
    19      namespace: default