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

     1  apiVersion: rbac.authorization.k8s.io/v1beta1
     2  kind: ClusterRole
     3  metadata:
     4    labels:
     5      app: {{ template "istio.name" . }}
     6      chart: {{ .Chart.Name }}-{{ .Chart.Version }}
     7      heritage: {{ .Release.Service }}
     8      release: {{ .Release.Name }}
     9    name: istio-ingress-{{ .Release.Namespace }}
    10  rules:
    11  - apiGroups: ["extensions"]
    12    resources: ["thirdpartyresources", "ingresses"]
    13    verbs: ["get", "watch", "list", "update"]
    14  - apiGroups: [""]
    15    resources: ["configmaps", "pods", "endpoints", "services"]
    16    verbs: ["get", "watch", "list"]