--- # Source: opentelemetry-demo/charts/grafana/templates/clusterrole.yaml kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: labels: helm.sh/chart: grafana-10.5.8 app.kubernetes.io/name: grafana app.kubernetes.io/instance: example app.kubernetes.io/version: "12.3.1" name: grafana-clusterrole rules: - apiGroups: [""] # "" indicates the core API group resources: ["configmaps", "secrets"] verbs: ["get", "watch", "list"]