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

     1  ---
     2  # Source: istio/charts/gateways/templates/clusterrole.yaml
     3  
     4  apiVersion: rbac.authorization.k8s.io/v1beta1
     5  kind: ClusterRole
     6  metadata:
     7    name: istio-egressgateway-default
     8    labels:
     9      app: gateways
    10      chart: gateways
    11      heritage: Tiller
    12      release: istio
    13  rules:
    14  - apiGroups: ["networking.istio.io"]
    15    resources: ["virtualservices", "destinationrules", "gateways"]
    16    verbs: ["get", "watch", "list", "update"]