clusterrole.yaml 431 B

12345678910111213141516171819
  1. ---
  2. # Source: loki-stack/charts/fluent-bit/templates/clusterrole.yaml
  3. kind: ClusterRole
  4. apiVersion: rbac.authorization.k8s.io/v1
  5. metadata:
  6. labels:
  7. app: fluent-bit-loki
  8. chart: fluent-bit-0.0.2
  9. release: loki
  10. heritage: Tiller
  11. name: loki-fluent-bit-loki-clusterrole
  12. namespace: loki
  13. rules:
  14. - apiGroups: [""] # "" indicates the core API group
  15. resources:
  16. - namespaces
  17. - pods
  18. verbs: ["get", "watch", "list"]