--- # Source: loki-stack/charts/prometheus/templates/pushgateway-clusterrolebinding.yaml apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding metadata: labels: component: "pushgateway" app: prometheus release: loki chart: prometheus-9.3.1 heritage: Tiller name: loki-prometheus-pushgateway subjects: - kind: ServiceAccount name: loki-prometheus-pushgateway namespace: loki roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: loki-prometheus-pushgateway