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

     1  ---
     2  # Source: istio/charts/galley/templates/clusterrole.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRole
     5  metadata:
     6    name: istio-galley-default
     7    labels:
     8      app: istio-galley
     9      chart: galley-1.0.3
    10      heritage: Tiller
    11      release: istio
    12  rules:
    13  - apiGroups: ["admissionregistration.k8s.io"]
    14    resources: ["validatingwebhookconfigurations"]
    15    verbs: ["*"]
    16  - apiGroups: ["config.istio.io"] # istio mixer CRD watcher
    17    resources: ["*"]
    18    verbs: ["get", "list", "watch"]
    19  - apiGroups: ["*"]
    20    resources: ["deployments"]
    21    resourceNames: ["istio-galley"]
    22    verbs: ["get"]
    23  - apiGroups: ["*"]
    24    resources: ["endpoints"]
    25    resourceNames: ["istio-galley"]
    26    verbs: ["get"]