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

     1  ---
     2  # Source: istio/charts/pilot/templates/clusterrole.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRole
     5  metadata:
     6    name: istio-pilot-default
     7    labels:
     8      app: istio-pilot
     9      chart: pilot-1.0.3
    10      heritage: Tiller
    11      release: istio
    12  rules:
    13  - apiGroups: ["config.istio.io"]
    14    resources: ["*"]
    15    verbs: ["*"]
    16  - apiGroups: ["rbac.istio.io"]
    17    resources: ["*"]
    18    verbs: ["get", "watch", "list"]
    19  - apiGroups: ["networking.istio.io"]
    20    resources: ["*"]
    21    verbs: ["*"]
    22  - apiGroups: ["authentication.istio.io"]
    23    resources: ["*"]
    24    verbs: ["*"]
    25  - apiGroups: ["apiextensions.k8s.io"]
    26    resources: ["customresourcedefinitions"]
    27    verbs: ["*"]
    28  - apiGroups: ["extensions"]
    29    resources: ["thirdpartyresources", "thirdpartyresources.extensions", "ingresses", "ingresses/status"]
    30    verbs: ["*"]
    31  - apiGroups: [""]
    32    resources: ["configmaps"]
    33    verbs: ["create", "get", "list", "watch", "update"]
    34  - apiGroups: [""]
    35    resources: ["endpoints", "pods", "services"]
    36    verbs: ["get", "list", "watch"]
    37  - apiGroups: [""]
    38    resources: ["namespaces", "nodes", "secrets"]
    39    verbs: ["get", "list", "watch"]