12345678910111213141516 |
- ---
- # Source: loki-stack/charts/grafana/templates/clusterrole.yaml
- kind: ClusterRole
- apiVersion: rbac.authorization.k8s.io/v1
- metadata:
- labels:
- app: grafana
- chart: grafana-3.8.19
- release: loki
- heritage: Tiller
- name: loki-grafana-clusterrole
- rules:
- - apiGroups: [""] # "" indicates the core API group
- resources: ["configmaps", "secrets"]
- verbs: ["get", "watch", "list"]
|