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

     1  ---
     2  # Source: istio/charts/prometheus/templates/clusterrolebindings.yaml
     3  apiVersion: rbac.authorization.k8s.io/v1beta1
     4  kind: ClusterRoleBinding
     5  metadata:
     6    name: prometheus-default
     7    labels:
     8      app: prometheus
     9      chart: prometheus
    10      heritage: Tiller
    11      release: istio
    12  roleRef:
    13    apiGroup: rbac.authorization.k8s.io
    14    kind: ClusterRole
    15    name: prometheus-default
    16  subjects:
    17  - kind: ServiceAccount
    18    name: prometheus
    19    namespace: default