initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s

Change-Id: If828a59747288b93a9fbe8728157ffd1e73639b6
This commit is contained in:
Scaffolder
2026-07-27 10:07:51 +00:00
commit f4c62f1527
209 changed files with 105803 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
# Source: opentelemetry-demo/charts/grafana/templates/clusterrolebinding.yaml
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: grafana-clusterrolebinding
labels:
helm.sh/chart: grafana-12.3.0
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: example
app.kubernetes.io/version: "13.0.1"
subjects:
- kind: ServiceAccount
name: grafana
namespace: default
roleRef:
kind: ClusterRole
name: grafana-clusterrole
apiGroup: rbac.authorization.k8s.io