clusterrole.yaml 394 B

12345678910111213141516
  1. ---
  2. # Source: loki-stack/charts/grafana/templates/clusterrole.yaml
  3. kind: ClusterRole
  4. apiVersion: rbac.authorization.k8s.io/v1
  5. metadata:
  6. labels:
  7. app: grafana
  8. chart: grafana-3.8.19
  9. release: loki
  10. heritage: Tiller
  11. name: loki-grafana-clusterrole
  12. rules:
  13. - apiGroups: [""] # "" indicates the core API group
  14. resources: ["configmaps", "secrets"]
  15. verbs: ["get", "watch", "list"]