123456789101112131415161718192021 |
- ---
- # Source: loki-stack/charts/promtail/templates/rolebinding.yaml
- apiVersion: rbac.authorization.k8s.io/v1
- kind: RoleBinding
- metadata:
- name: loki-promtail
- namespace: loki
- labels:
- app: promtail
- chart: promtail-0.13.1
- heritage: Tiller
- release: loki
- roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: Role
- name: loki-promtail
- subjects:
- - kind: ServiceAccount
- name: loki-promtail
|