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

     1  apiVersion: rbac.authorization.k8s.io/v1beta1
     2  kind: ClusterRole
     3  metadata:
     4    labels:
     5      app: gateways
     6      chart: gateways-1.0.3
     7      heritage: Tiller
     8      release: istio
     9    name: istio-ingressgateway-default
    10  rules:
    11  - apiGroups: ["extensions"]
    12    resources: ["thirdpartyresources", "virtualservices", "destinationrules", "gateways"]
    13    verbs: ["get", "watch", "list", "update"]