pushgateway-clusterrolebinding.yaml 529 B

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