12345678910111213141516171819 |
- ---
- # Source: loki-stack/charts/fluent-bit/templates/clusterrole.yaml
- kind: ClusterRole
- apiVersion: rbac.authorization.k8s.io/v1
- metadata:
- labels:
- app: fluent-bit-loki
- chart: fluent-bit-0.0.2
- release: loki
- heritage: Tiller
- name: loki-fluent-bit-loki-clusterrole
- namespace: loki
- rules:
- - apiGroups: [""] # "" indicates the core API group
- resources:
- - namespaces
- - pods
- verbs: ["get", "watch", "list"]
|