github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/base/charts/gateways/templates/ClusterRoleBinding-istio-egressgateway-default.yaml (about)

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