github.com/replicatedcom/ship@v0.50.0/integration/unfork/istio-k8s/expected/base/charts/mixer/templates/clusterrole.yaml (about)

     1  ---
     2  # Source: istio/charts/mixer/templates/clusterrole.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRole
     5  metadata:
     6    name: istio-mixer-default
     7    labels:
     8      app: mixer
     9      chart: mixer-1.0.3
    10      heritage: Tiller
    11      release: istio
    12  rules:
    13  - apiGroups: ["config.istio.io"] # istio CRD watcher
    14    resources: ["*"]
    15    verbs: ["create", "get", "list", "watch", "patch"]
    16  - apiGroups: ["rbac.istio.io"] # istio RBAC watcher
    17    resources: ["*"]
    18    verbs: ["get", "list", "watch"]
    19  - apiGroups: ["apiextensions.k8s.io"]
    20    resources: ["customresourcedefinitions"]
    21    verbs: ["get", "list", "watch"]
    22  - apiGroups: [""]
    23    resources: ["configmaps", "endpoints", "pods", "services", "namespaces", "secrets", "replicationcontrollers"]
    24    verbs: ["get", "list", "watch"]
    25  - apiGroups: ["extensions"]
    26    resources: ["replicasets"]
    27    verbs: ["get", "list", "watch"]
    28  - apiGroups: ["apps"]
    29    resources: ["replicasets"]
    30    verbs: ["get", "list", "watch"]