Files
lint-enforcement-v6/examples/public-hosted-ingress/rendered/grafana/rolebinding.yaml
Scaffolder f4c62f1527
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 57s
initial commit
Change-Id: If828a59747288b93a9fbe8728157ffd1e73639b6
2026-07-27 10:07:51 +00:00

21 lines
487 B
YAML

---
# Source: opentelemetry-demo/charts/grafana/templates/rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: grafana
namespace: default
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"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: grafana
subjects:
- kind: ServiceAccount
name: grafana
namespace: default