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

     1  ---
     2  # Source: istio/charts/prometheus/templates/clusterrole.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRole
     5  metadata:
     6    name: prometheus-default
     7  rules:
     8  - apiGroups: [""]
     9    resources:
    10    - nodes
    11    - services
    12    - endpoints
    13    - pods
    14    - nodes/proxy
    15    verbs: ["get", "list", "watch"]
    16  - apiGroups: [""]
    17    resources:
    18    - configmaps
    19    verbs: ["get"]
    20  - nonResourceURLs: ["/metrics"]
    21    verbs: ["get"]